Browse Source

Merge branch 'develop' of https://github.com/kailong321200875/vue-element-plus-admin into develop

kailong321200875 3 years ago
parent
commit
743ecc1a24
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)