25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

9 satır
199 B

3 yıl önce
import { createApp } from 'vue'
3 yıl önce
import App from '@/App.vue'
3 yıl önce
3 yıl önce
import router from '@/router/index'
3 yıl önce
3 yıl önce
import { store, key } from '@/store/index'
createApp(App).use(router).use(store, key).mount('#app')