This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
sharedExchange
/
business-monitor
Figyelés
5
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
6dd4966b20
Branch-ok
Tag-ek
master
business-mon...
/
src
/
init.js
init.js
97 B
Előzmények
Nyers
1
2
3
4
5
import { createApp } from 'vue'
import App from "./App.vue";
export const app = createApp(App)