Home > front end >  : <div style=...>, the ":" in front of the style to say what mean?
: <div style=...>, the ":" in front of the style to say what mean?

Time:05-28

Novice consult:
And & lt; Div: style=...> What's the difference?
Thank you for your advice

CodePudding user response:

: the style can be variable: a style="{width: tem. Live}"

CodePudding user response:

The page you are written in the vue?
: style='is v - bind: style="is one of the vue syntax, can dynamic binding style
Link on this:
https://cn.vuejs.org/v2/guide/class-and-style.html#%E7%BB%91%E5%AE%9A%E5%86%85%E8%81%94%E6%A0%B7%E5%BC%8F
  • Related