mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
import { createApp } from 'vue'
|
|
import App from './app'
|
|
|
|
createApp(App).mount('#app')
|