Browse Source

test: test push first commit

niyonggui 3 years ago
parent
commit
a67bb48f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -30,7 +30,7 @@ import { createApp } from 'vue'
 import App from './App.vue'
 
 import './permission'
-
+// 创建实例
 const setupAll = async () => {
   const app = createApp(App)