An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vue_learn_demo
vue learn demo

# 要点
- 当计算属性发生变化时,可通过设置计算属性的setter来同步更新原属性

# 问题点
- 计算属性不能用于双向数据绑定?