mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
|
import { createApp } from 'vue'
|
||
|
import App from './app'
|
||
|
|
||
|
createApp(App).mount('#app')
|