This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jiaxing.liao
/
shalu-dashboard-ui
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
007f3b2deb
Rami (Branch)
Tag
master
shalu-dashbo...
/
src
/
main.ts
main.ts
93 B
Cronologia
Originale
1
2
3
4
5
import { createApp } from "vue";
import App from "./App.vue";
createApp(App).mount("#app");