mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[bugfix] Area: should reset index when area list changed (#678)
This commit is contained in:
@@ -82,6 +82,10 @@ export default create({
|
||||
watch: {
|
||||
value() {
|
||||
this.setIndex();
|
||||
},
|
||||
|
||||
areaList() {
|
||||
this.setIndex();
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user