
小程序(其它平台没有测试)
static/city.json
1.引入TCity组件javaScript import TCity from '@/components/t-city.vue'; components:{ 't-city':TCity } 2.使用TCity组件html <t-city />
javaScript import TCity from '@/components/t-city.vue'; components:{ 't-city':TCity }
html <t-city />