naive-ui/demo/index.js
2019-09-04 21:56:58 +08:00

7 lines
76 B
JavaScript

import { Vue, router } from './init'
new Vue({
router
}).$mount('#app')