-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复了几处跟现有代码不一致的地方: 1. watcher不止可以监听数值属性 2. 如果没有用.sync,则父组件属性修改后,子组件中对应的props不会更新 3. 获取组件名称的属性是this.$name, 而不是this.name 4. 添加注释:用了自定义事件则events中对应的函数不再执行。 5. 添加注释:wepy中的mixin执行顺序跟Vue中相反。
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters