OMG so many Buefy things...and much to be done yet it seems
these changes are all with Buefy "forms" support in mind. hopefully didn't break any legacy/jquery stuff... and yeah, lots more left to do still for the sake of Buefy forms
This commit is contained in:
parent
eea3f671af
commit
6c3722737d
13 changed files with 192 additions and 73 deletions
|
@ -60,18 +60,3 @@
|
|||
<div id="buefy-form-app">
|
||||
<buefy-form></buefy-form>
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
const BuefyForm = {
|
||||
template: '#buefy-form-template',
|
||||
}
|
||||
|
||||
Vue.component('buefy-form', BuefyForm)
|
||||
|
||||
new Vue({
|
||||
el: '#buefy-form-app'
|
||||
})
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue