var app; function loadVue() { Vue.component('layer-node', { props: ['layer', 'abb'], template: ` ` }) app = new Vue({ el: "#app", data: { player, tmp, offTime, Decimal, format, formatWhole, formatTime, focused, getThemeName, layerUnl, getLayerEffDesc, doReset, buyUpg, getEnhancerCost, getExtCapsuleCost, getSpace, getSpaceBuildingsUnl, getSpaceBuildingCost, getSpaceBuildingEffDesc, buyBuilding, getQuirkLayerCost, buyQuirkLayer, startChall, milestoneShown, destroyBuilding, getSpellDesc, activateSpell, spellActive, updateToCast, keepGoing, VERSION, ENDGAME, LAYERS, LAYER_RES, LAYER_TYPE, LAYER_UPGS, LAYER_EFFS, LAYER_AMT_NAMES, LAYER_RES_CEIL, LAYER_CHALLS, SPACE_BUILDINGS, SPELL_NAMES, LIFE_BOOSTERS, HYPERSPACE, IMPERIUM }, }) }