UNPKG

vue-addresstw

Version:

A Vue component for select Taiwan county, city and zipcode.

9 lines (6 loc) 135 B
import Vue from 'vue' import App from './App.vue' Vue.config.productionTip = false new Vue({ render: h => h(App) }).$mount('#app')