vue响应数据原理

Vue 的最独特的特征之一 ,是 非非侵入性的响应式系统。数据模型仅仅是普通的Javascript对象。但修改它们的时候,试图会更新。了解其工作原理就显得尤为重要。     阅读全文
AppleSun's avatar
AppleSun 7月 26, 2018

vue组件通信

Vue 组件通信针对常见的 多种场景下的 vue组件之间的通信方式     阅读全文
AppleSun's avatar
AppleSun 7月 26, 2018

vue.set操作

Vue.set全局操作在我们使用vue进行开发的过程中,可能会遇到一种情况:当生成vue实例后,当再次给数据赋值时,有时候并不会自动更新到视图上去; 当我们去看vue文档的时候,会发现有这么一句话:如果在实例创建之后添加新的属性到实例上,它不会触发视图更新 1、通过Vue.set方法设置data属性 2、您还可以使用 vm.$set实例方法,这也是全局 Vue.set方法的别名     阅读全文
AppleSun's avatar
AppleSun 7月 25, 2018

vue 生命周期理解

请详细说下你对vue生命周期的理解?总共分为8个阶段创建前/后,载入前/后,更新前/后,销毁前/后     阅读全文
AppleSun's avatar
AppleSun 7月 10, 2018

21 top vueJS libs

21 Top Vue.js UI Libraries For Your App As the star-wars are raging, Vue.js recently passed React in the number of GitHub stars. Although still behind React in the sheer number of downloads according to NPM, the popularity of Vue.js seems to be growing. Like React, one of Vue’s best features is the ability to compose your UI using isolated and modular components. To help build your next application faster, here are some of the best UI component libraries out there in 2018.     阅读全文
AppleSun's avatar
AppleSun 7月 02, 2018