3👍
✅
You can use conditionals in class
<div :class="user.full_name.length<20? 'welcome': 'welcomeLarge'"></div>
Source:stackexchange.com
3👍
You can use conditionals in class
<div :class="user.full_name.length<20? 'welcome': 'welcomeLarge'"></div>