t-index-address
轻量级拼音首字母城市索引列表选择组件
安装方式
本组件符合easycom规范,只需将本组件导入项目,在页面template中即可直接使用,无需在页面中import和注册components
基本用法
 
<t-index-address @select="select"></t-index-address>
methods: {
	select(data) {
		console.log(data)
	}
}
API
Events
 
 
  
   
   | 事件名  |  
   说明  |  
   返回值 |  
  
 
  
  
   
   | @select  |  
   选中城市事件  |  
   Object |