mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-22 08:10:04 +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");
|