Browse Source

初始化

codeMan 1 year ago
parent
commit
97e5d7690f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -9,7 +9,7 @@
   </div>
 </template>
 <script setup>
-  import {ref,onMounted,beforeCreate} from 'vue'
+  // import {ref,onMounted,beforeCreate} from 'vue'
   import {ConfigProvider,theme} from 'ant-design-vue';
   import zhCN from 'ant-design-vue/es/locale/zh_CN';
   import dayjs from 'dayjs';