forked from rc/aircox
work hard on this
This commit is contained in:
1
aircox_web/assets/index.js
Normal file
1
aircox_web/assets/index.js
Normal file
@ -0,0 +1 @@
|
||||
import './js';
|
12
aircox_web/assets/js/index.js
Normal file
12
aircox_web/assets/js/index.js
Normal file
@ -0,0 +1,12 @@
|
||||
import Vue from 'vue';
|
||||
import Buefy from 'buefy';
|
||||
import 'buefy/dist/buefy.css';
|
||||
|
||||
Vue.use(Buefy);
|
||||
|
||||
var app = new Vue({
|
||||
el: '#app',
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user