UNPKG
vue-addresstw-my
Version:
latest (0.1.0)
0.1.0
A Vue component for select Taiwan county, city and zipcode.
vue-addresstw-my
/
src
/
main.js
9 lines
(7 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
import
App
from
'./App.vue'
// import store from './store'
Vue
.
config
.
productionTip
=
false
new
Vue
({
render
:
h
=>
h
(
App
) }).$mount(
'#app'
)