mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-02-01 07:49:25 +08:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
|
import { createApp } from 'vue';
|
||
|
import App from './App.vue';
|
||
|
|
||
|
createApp(App).mount('#root');
|