mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-20 10:36:38 +08:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import { createApp } from 'vue';
|
|
import App from './App.vue';
|
|
|
|
createApp(App).mount('#app');
|