diff --git a/src/index.html b/src/index.html index e4a2f8d..c3fb1f4 100644 --- a/src/index.html +++ b/src/index.html @@ -16,6 +16,7 @@
+ Add Card @@ -25,6 +26,11 @@ return { message: 'Hello Vue!' } + }, + methods: { + addCard() { + alert(this.message) + } } }) MyVueApp.mount('#app')