UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

22 lines (21 loc) 481 B
window.app = new Vue({ el: '#app', data: { value: 'third', options: [ { text: 'Toggle this custom radio', value: 'first' }, { text: 'Or toggle this other custom radio', value: 'second' }, { text: 'This one is Disabled', value: 'third', disabled: true } ] } });