Open Artistan opened 7 years ago
button-group is found, but not radio???
<button-group v-model="radioValue" type="info" :buttons="false">
<p>this will be marked as ... for reservations</p>
<radio selected-value="in_use">BOOKED</radio>
<radio selected-value="avail">AVAIL</radio>
</button-group>
buttonGroup is working , not checkbox, not radio...
Works as expected when I import the vue components themselves. I also prefixed all components with bs- in my gist so there is no warnings about similar named elements.
https://gist.github.com/Artistan/accd8a38103760de203788ee695aae73
I would still like to know why it would not work the other way.