fix integration into admin interface

This commit is contained in:
bkfox
2023-12-10 15:21:30 +01:00
parent 4778803ee0
commit 0e444f0502
32 changed files with 12081 additions and 2935 deletions

View File

@@ -12,7 +12,7 @@ import VueLoader from './vueLoader'
import Sound from './sound'
import {Set} from './model'
import './assets/styles.scss'
import './assets/common.scss'
window.aircox = {
@@ -45,6 +45,7 @@ window.aircox = {
if(initApp) {
config = config || window.App || App
config.el = el || config.el
loader = loader || new VueLoader({el, props, ...config})
loader.enable(hotReload)
this.loader = loader