摘要: 一、数组的变异(数组更新) Vue.js 内部对被观察数组的变异方法 (mutating methods,包括 push() , pop() , shift() , unshift() , splice() , sort() 和 reverse() ) 进行了拦截,因此调用这些方法也将自动触发视图更 阅读全文
posted @ 2019-12-15 22:54 伟笑 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 用uni-app开发小程序我们可以用vue的语法,不必学习原生小程序。uni-app本身的ui组件生态已经很多了,但是比如省市县三级联动 要用到插件,而vant的weapp有现成的且很简便。 vant-weapp官网:https://youzan.github.io/vant-weapp/#/int 阅读全文
posted @ 2019-12-15 20:18 伟笑 阅读(14790) 评论(0) 推荐(0) 编辑