chen.cheng 7 月之前
父节点
当前提交
99607aafe1
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      src/components/Overlay/index.vue

+ 18 - 0
src/components/Overlay/index.vue

@@ -0,0 +1,18 @@
+<template>
+
+</template>
+
+<script setup lang="ts">
+
+</script>
+
+<script lang="ts">
+export default {
+  options: {
+    styleIsolation: 'shared'
+  }
+}
+</script>
+<style scoped lang="scss">
+
+</style>