Randall Wilk

Results 37 comments of Randall Wilk

I've been having the same issue too and tried the same things with no luck. Then I came across this issue (#262), and doing what that suggested seems to work...

I don't really have any plans on incorporating typescript at any point, mostly because I don't use typescript myself and I also don't really see the benefit of adding it...

Unfortunately I'm not really sure how to solve that. I normally don't test my JavaScript components and I don't use Nuxt.js, so I'm not familiar with either of them. If...

Try updating to version 6.0.0. I removed the named export in this version, so maybe that'll help solve this.

You could try importing it directly from the source in your test to see if that helps. I know it's not really ideal, but it may help: ```js import VueContext...

I do plan on adding support for vue 3 at some point. I'm not sure yet what that'll all involve, so I'm not sure when I'll be doing that yet.

If anyone is willing to submit a PR on this to add support for vue 3, it'd be greatly appreciated. I can't really say when I'd get to it myself...

Yes, you'll have to implement those kind of things yourself.

I'm not sure, as I've never really dealt with that kind of scenario. Whenever I've used it in an app, I've only needed one instance of the context menu at...

This may be a possible bug and I'll have to look into it more when I get the chance to.