UNPKG
@pderas/vue-input-tag
Version:
latest (2.1.0)
2.1.0
Vue.js input tag editor component
matiastucci.github.io/vue-input-tag
PDERAS/vue-input-tag
@pderas/vue-input-tag
/
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"
);