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