new Vue({ el:'#app', methods: { toast () { this.toastedBreads++ } }, data: { worlds: ['Terran', 'L24-D', 'Ares', 'New Kroy', 'Sebek', 'Vestra'], newWorld: '' } })