UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

16 lines (15 loc) 216 B
window.app = new Vue({ el: '#app', data: { text: '', textformatter: '', textlazy: '', radio: '', check: '' }, methods: { format (value) { return value.toLowerCase() } } })