https://github.com/sparkinzy/vue_learn_demo
vue learn demo
https://github.com/sparkinzy/vue_learn_demo
Last synced: 4 months ago
JSON representation
vue learn demo
- Host: GitHub
- URL: https://github.com/sparkinzy/vue_learn_demo
- Owner: Sparkinzy
- Created: 2016-12-13T09:14:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T16:15:48.000Z (over 9 years ago)
- Last Synced: 2025-06-04T23:05:38.642Z (about 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_learn_demo
vue learn demo
# 要点
- 当计算属性发生变化时,可通过设置计算属性的setter来同步更新原属性
# 问题点
- 计算属性不能用于双向数据绑定?