Files

5 lines
95 B
TypeScript
Raw Permalink Normal View History

2026-05-23 14:05:22 +08:00
import { createApp } from 'vue';
import App from './index.vue';
createApp(App).mount('#app');