asked
Getting Started with Vue.js - Age of Vue.js
[Practice Solution] Class binding, v-if, v-show
Written on
·
247
6
v-bind:class 로 클래스 네임을 2개 주는법도 있나요?
Answer 1
7
안녕하세요 광일님,
네 가능합니다. 아래의 문법 참고하세요 :)
<v-bind:class={ err: isError, fixed: isFixed }>