Fe-interview: [vue] vue的:class和:style有几种表示方式?

Created on 22 Jun 2019  ·  1Comment  ·  Source: haizlin/fe-interview

[vue] vue的:class和:style有几种表示方式?

vue

Most helpful comment

:class 绑定变量 绑定对象 绑定一个数组 绑定三元表达式
:style 绑定变量 绑定对象 绑定函数返回值 绑定三元表达式

>All comments

:class 绑定变量 绑定对象 绑定一个数组 绑定三元表达式
:style 绑定变量 绑定对象 绑定函数返回值 绑定三元表达式

Was this page helpful?
0 / 5 - 0 ratings