work on player

This commit is contained in:
bkfox
2019-08-15 12:43:10 +02:00
parent e0f1ac498f
commit abaccf9ded
35 changed files with 17936 additions and 185 deletions

View File

@@ -1,18 +1,4 @@
import Vue from 'vue';
import Buefy from 'buefy';
Vue.use(Buefy);
var app = null;
function loadApp() {
app = new Vue({
el: '#app',
delimiters: [ '[[', ']]' ],
})
}
window.addEventListener('load', loadApp);
import app from './app';
import LiveInfo from './liveInfo';