UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

8 lines (7 loc) 138 B
window.app = new Vue({ el: '#app', data: { text: '', value: 'This is some text that could be long\nor not really long' } })