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