question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v-click-outside stopped working after 1.9.0

See original GitHub issue

In 1.7.3, my component used v-click-outside without global registration or local import. After 1.9.0 (and 1.9.1), I must import ClickOutside and declare the directive in my component. This is a valid workaround for me, as I only have one component that uses this directive, but the change is breaking nonetheless.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Glandoscommented, Jul 25, 2022

I (unsurprisingly) confirm that the fix and the release work. Thanks!

1reaction
KaelWDcommented, Jul 25, 2022

I’m mostly interested in the render function section. I can see you have _b() calls which I forgot to account for.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Application entry file "background.js" in the "....app.asar" does ...
It was working for some time, but then suddenly (probably after updates on deps ) the dev-tools stopped working. So I managed to...
Read more >
v-click-outside - npm
Vue directive to react on clicks outside an element without stopping the event propagation. Great for closing dialogues and menus among other ...
Read more >
v-click-outside Vue directive - JSFiddle - Code Playground
<p>Caveat: The Event that makes this box show ("Click me") has to use the .stop modifier, otherwise the event set up by <i>v-click-outside</i>...
Read more >
VueJs 2 custom directive to close when clicked outside not ...
To use in component: Just import directive. <template> <div class="form-group" v-click-outside="hide"> <label v-if= ...
Read more >
Falcon Sandbox v8.43 © Hybrid Analysis
Re-analyze Hash Not Seen Before ... Not all malicious and suspicious indicators are displayed. ... Installs hooks/patches the running process.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found