mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-23 07:00:32 +03:00
wip
This commit is contained in:
@@ -38,10 +38,10 @@ context menu on.
|
|||||||
components: { VueContext },
|
components: { VueContext },
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
onClick (text) {
|
onClick(text) {
|
||||||
alert(`You clicked "${text}"!`);
|
alert(`You clicked "${text}"!`);
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user