The-Modding-Tree/js/v.js
2020-08-27 15:12:20 -04:00

38 lines
No EOL
592 B
JavaScript

var app;
function loadVue() {
app = new Vue({
el: "#app",
data: {
player,
tmp,
format,
formatWhole,
formatTime,
layerUnl,
getLayerEffDesc,
doReset,
buyUpg,
getEnhancerCost,
getExtCapsuleCost,
getSpace,
getSpaceBuildingsUnl,
getSpaceBuildingCost,
getSpaceBuildingEffDesc,
buyBuilding,
getQuirkLayerCost,
buyQuirkLayer,
startHindrance,
HCActive,
milestoneShown,
LAYERS,
LAYER_RES,
LAYER_TYPE,
LAYER_UPGS,
LAYER_EFFS,
LAYER_AMT_NAMES,
LAYER_RES_CEIL,
H_CHALLS
},
})
}