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