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