forked from rc/aircox
work on website; fix stuffs on aircox too
This commit is contained in:
@ -3,9 +3,12 @@ import Buefy from 'buefy';
|
||||
|
||||
Vue.use(Buefy);
|
||||
|
||||
var app = new Vue({
|
||||
el: '#app',
|
||||
})
|
||||
window.addEventListener('load', () => {
|
||||
var app = new Vue({
|
||||
el: '#app',
|
||||
delimiters: [ '[[', ']]' ],
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user