[vue] vue的:class和:style有几种表示方式?
Activity
maozhuo123 commentedon Jul 3, 2019
:class 绑定变量 绑定对象 绑定一个数组 绑定三元表达式
:style 绑定变量 绑定对象 绑定函数返回值 绑定三元表达式