mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
10 lines
138 B
JavaScript
10 lines
138 B
JavaScript
|
|
import { Vue, router, i18n } from './init'
|
|
|
|
if (localStorage.token === 'naive') {
|
|
new Vue({
|
|
router,
|
|
i18n
|
|
}).$mount('#app')
|
|
}
|