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>