赞
踩
props:{//用来接收外界传递过来的数据 swiperList:{ type:Array, default:[] } },swiperList:是父组件传递过来的值
通过 watch 监听(在父组件中也同样可以使用,跟VUE的监听数据变化同理)
- watch:{//监听组件中的数据变化
- swiperList(oldV,newV){
- console.log(oldV,newV)
- }
- }
结果:(#^.^#)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。