From ce14ebeb0bd5acc6aced340ed0d0c740fa812b24 Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Sun, 31 Mar 2019 13:56:42 -0500 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 324b6f1..c13c767 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ new Vue({ }).$mount('#app'); ``` +## Left Click Support + +If you want to use a `left` click to open the menu instead, just replace `@contextmenu.prevent` +with `@click.prevent`. If you have issues with the menu closing right after you click on your target +element, you just need to append the `stop` modifier onto the click event. See [issue #14](https://github.com/rawilk/vue-context/issues/14) for more information. + ## Props | Property | Type | Default | Description |