3-1 vue基本使用

重新补一下vue2的基础使用(更新)

3-1 vue基本使用

  • 插值、表达式

  • 动态属性、指令

    • v-html:显示富文本,会有XSS 风险,会覆盖子组件

computed和watch

computed