Files
KCGL/inventory-web/src/main.ts

6 lines
111 B
TypeScript
Raw Normal View History

2026-01-26 13:47:53 +08:00
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
createApp(App).mount('#app')