MID/src/main.ts

6 lines
111 B
TypeScript
Raw Normal View History

2026-02-06 14:07:11 +08:00
import { createApp } from 'vue'
import './index.css'
import App from './App.vue'
createApp(App).mount('#app')