mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
import "@applemusic-like-lyrics/core/style.css";
|
|
import { createApp } from "vue";
|
|
import TestApp from "./TestApp.vue";
|
|
|
|
createApp(TestApp).mount("#root");
|