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,
		  LAYERS,
		  LAYER_RES,
		  LAYER_TYPE,
		  LAYER_UPGS,
		  LAYER_EFFS,
		  LAYER_AMT_NAMES,
		  LAYER_RES_CEIL
	  },
	})
}