chen.cheng hace 8 meses
padre
commit
99607aafe1
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  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>