var app = new Vue({ el: '#app', data: { attachRed: false, attachGreen: false, attachBlue: true }, });