mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
|
|
import { Vue, router } from './init'
|
|
|
|
new Vue({
|
|
router
|
|
}).$mount('#app')
|