mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-29 04:20:22 +08:00
feat: add VueDevTools plugin
This commit is contained in:
@@ -22,10 +22,10 @@ import { setupDirectives } from './directives'
|
||||
async function bootstrap() {
|
||||
const app = createApp(App)
|
||||
setupStore(app)
|
||||
setupNaiveDiscreteApi()
|
||||
setupDirectives(app)
|
||||
await setupRouter(app)
|
||||
app.mount('#app')
|
||||
setupNaiveDiscreteApi()
|
||||
}
|
||||
|
||||
bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user