danvic712 / danvic712.github.io

This is my site build by github page and hexo
https://yuiter.com
0 stars 1 forks source link

【Vue 牛刀小试】:第五章 - 计算属性与监听器 - Yu's #23

Open danvic712 opened 5 years ago

danvic712 commented 5 years ago

https://yuiter.com/2018/11/08/Vue-Chapter05/

前言        在 Vue 中,我们可以很方便的将数据使用插值表达式( Mustache 语法)的方式渲染到页面元素中,但是插值表达式的设计初衷是用于简单运算,即我们不应该对差值做过多的操作。当我们需要对差值做进一步的处理时,这时,我们就应该使用到 Vue 中的计算属性来完成这一操作。同时,当差值数据变化时执行异步