diff --git a/app.js b/app.js index 5258162..b1865ab 100644 --- a/app.js +++ b/app.js @@ -1,12 +1,8 @@ var app = new Vue({ el: '#app', data: { - link: 'https://tyrelsouza.com', + attachRed: false, + attachGreen: false, + attachBlue: true }, - methods: { - changeLink(){ - this.link = "https://tyrel.bike"; - } - } - -}) +}); diff --git a/index.html b/index.html index 24d1181..583cc5e 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,22 @@ +
- - Link +
+
+