naive-ui/playground/ssr/client.js

5 lines
86 B
JavaScript

import { createApp } from 'vue'
import App from './app'
createApp(App).mount('#app')