Inflearn brand logo image

Inflearn Community Q&A

cki60901425's profile image
cki60901425

asked

Getting Started with Vue.js - Age of Vue.js

[Practice Solution] Class binding, v-if, v-show

v-bind:class

Written on

·

247

6

v-bind:class 로 클래스 네임을 2개 주는법도 있나요?

vuejsjavascript

Answer 1

7

captain님의 프로필 이미지
captain
Instructor

안녕하세요 광일님,

네 가능합니다. 아래의 문법 참고하세요 :)

<v-bind:class={ err: isError, fixed: isFixed }>
cki60901425's profile image
cki60901425

asked

Ask a question