This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
zy
/
report-i18n
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
0d87d96e35
Branchit
Tagit
master
report-i18n
/
ipfcst
/
demo-ui
/
index
/
main.js
main.js
104 B
Historia
Raaka
1
2
3
4
5
6
7
import Vue from 'vue'
import App from './App.vue'
new Vue({
el: '#app',
render: h => h(App)
})