mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-24 01:44:25 +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");
|