UNPKG
mati-test
Version:
latest (1.0.9)
3.0.1
3.0.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.6-rc.1
1.0.5
1.0.4
1.0.3
0.0.4
0.0.3
0.0.2
Vue.js input tag editor component
matiastucci.github.io/vue-input-tag
matiastucci/vue-input-tag
mati-test
/
src
/
main.js
10 lines
(7 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Vue
from
"vue"
;
import
App
from
"./App.vue"
;
import
"ferrocarriloeste"
;
Vue
.
config
.
productionTip
=
false
;
new
Vue
({
render
:
h
=>
h
(
App
) }).$mount(
"#app"
);