mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2026-05-27 23:03:08 +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');
|