Sfoglia il codice sorgente

✨ feat: 表格封装启动

Zimo 4 giorni fa
parent
commit
a87a98760d
2 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 5 0
      src/components/ZmTable/index.vue
  2. 4 0
      src/views/test/index.vue

+ 5 - 0
src/components/ZmTable/index.vue

@@ -0,0 +1,5 @@
+<script lang="ts" setup></script>
+
+<template>
+  <div></div>
+</template>

+ 4 - 0
src/views/test/index.vue

@@ -0,0 +1,4 @@
+<script lang="ts" setup></script>
+<template>
+  <div></div>
+</template>