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