chen.cheng 8 ヶ月 前
コミット
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>