`
})
Vue.component('toggle', {
props: ['layer', 'data'],
template: `
`
})
// data = function to return the text describing the reset before the amount gained (optional)
Vue.component('prestige-button', {
props: ['layer', 'data'],
template: `
`
})
// Displays the main resource for the layer
Vue.component('main-display', {
props: ['layer'],
template: `