gohttpdUi/src/main.ts

5 lines
90 B
TypeScript
Raw Normal View History

2021-10-10 09:59:52 +08:00
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')