2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-25 13:10:33 +03:00
This commit is contained in:
Randall Wilk
2020-08-31 07:39:28 -05:00
committed by GitHub
parent 7e399683ec
commit 1017d2e3b5
+2 -2
View File
@@ -40,8 +40,8 @@ context menu on.
methods: {
onClick(text) {
alert(`You clicked "${text}"!`);
}
}
},
},
};
</script>
```