-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Switch
asvae edited this page Apr 20, 2018
·
5 revisions
<vuestic-switch v-model="isMale">
<span slot="trueTitle">Male</span>
<span slot="falseTitle">Female</span>
</vuestic-switch>
v-model: Boolean -- Model of your select
Simply addslot="trueTitle"
attribute to span which should returntrue
in your model after click. Otherwise addslot="falseTitle"
attribute.