2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-11 13:10:26 +08:00
naive-ui/demo/index.js
2019-09-21 17:03:37 +08:00

8 lines
90 B
JavaScript

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