This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
zy
/
report-i18n
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
8ef562e407
Rami (Branch)
Tag
master
report-i18n
/
ipfcst
/
demo-ui
/
index
/
main.js
main.js
104 B
Cronologia
Originale
1
2
3
4
5
6
7
import Vue from 'vue'
import App from './App.vue'
new Vue({
el: '#app',
render: h => h(App)
})