mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 21:49:16 +00:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
import { createApp } from "vue"
|
|
import "./index.css"
|
|
import App from "./App.vue"
|
|
|
|
createApp(App).mount("#app")
|