mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-06-16 20:19:00 +08:00
Compare commits
2 Commits
204a7b3a9b
...
00f3d51c1d
Author | SHA1 | Date | |
---|---|---|---|
|
00f3d51c1d | ||
|
c9425d8803 |
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -21,7 +21,7 @@
|
||||
},
|
||||
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"files.associations": {
|
||||
"*.env.*": "dotenv",
|
||||
|
@ -12,13 +12,10 @@ import { setupNaiveDiscreteApi } from './utils'
|
||||
|
||||
async function setupApp() {
|
||||
const app = createApp(App)
|
||||
|
||||
setupStore(app)
|
||||
setupNaiveDiscreteApi()
|
||||
|
||||
await setupRouter(app)
|
||||
|
||||
app.mount('#app')
|
||||
setupNaiveDiscreteApi()
|
||||
}
|
||||
|
||||
setupApp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user