1.2.2 • Published 6 years ago

vue-myarea v1.2.2

Weekly downloads
47
License
-
Repository
-
Last release
6 years ago

用法:

  • 安装: npm i vue-myarea

  • 使用:

<template>

	<myarea @select="haha" pindex="1"><myarea>

</template>

<script>
	methods:{
		haha:function(d){
			console.log(d);
		}
	}	
</script>	

说明:

  1. 默认的省市区对应的属性:pindex,cindex,ccindex,对应的是选择后 pro,city,county 中的 index 的值
  2. 如果后端需要对应的数据的话,可以使用 这个文件

demo 请下载后运行:网址

更新说明:

demo 是之前的版本,数据也不是当前版本的。

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.0

7 years ago

1.0.2

7 years ago