emcp/frontend/src/main.ts

6 lines
111 B
TypeScript
Raw Normal View History

2026-05-18 09:12:14 +08:00
import { createApp } from 'vue'
import App from './App.vue'
import './style.css'
createApp(App).mount('#app')