chen.cheng il y a 8 mois
Parent
commit
99607aafe1
1 fichiers modifiés avec 18 ajouts et 0 suppressions
  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>