1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-22 00:21:32 +00:00
The-Modding-Tree/js/v.js
2020-08-19 15:53:14 -04:00

35 lines
No EOL
550 B
JavaScript

var app;
function loadVue() {
app = new Vue({
el: "#app",
data: {
player,
format,
formatWhole,
getResetGain,
getLayerReq,
getNextAt,
layerUnl,
getLayerEffDesc,
doReset,
buyUpg,
getGenPowerEff,
getEnhancerCost,
getEnhancerEff,
getEnhancerEff2,
getTimeEnergyEff,
getExtCapsuleCost,
getSpace,
getSpaceBuildingsUnl,
getSpaceBuildingCost,
getSpaceBuildingEffDesc,
buyBuilding,
LAYERS,
LAYER_RES,
LAYER_TYPE,
LAYER_UPGS,
LAYER_EFFS,
},
})
}