Browse Source

fix: 测试更改

ldong 5 months ago
parent
commit
7e3c80f571
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main.js

+ 1 - 0
src/main.js

@@ -14,6 +14,7 @@ import 'virtual:svg-icons-register'
 
 import EmptyWrap from '@/components/Empty.vue'
 
+
 const app= createApp(App)
 
 app.component('svg-icon', svgIcon)