In Nuxt modal content loses scope
See original GitHub issueFor example I am required to do this.$nuxt.$store.$dispatch
instead of this.$store.$dispatch
for content that resides in <modal>
This is a problem when I have a component inside <modal>
that is also used elsewhere outside the modal.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Vue.js variables lose scope inside foundation modal
I have the following v-for loop, in the scope of the first opening, and final closing <div> tags below. The first :src is...
Read more >Modal | Components - BootstrapVue
Modals will not render their content in the document until they are shown (lazily rendered). Modals, when visible, are rendered appended to the...
Read more >Complex Vue 3 state management made easy with Pinia
Build a basic blog engine using Pinia, a state management tool for Vue apps, and its main features, including state, getters, and actions....
Read more >Angularjs modal is updating my parent scope before the ...
I'm launching a modal from my web page and i'm making some changes to an array that i'm passing from my parent, but...
Read more >How to create a Modal Component in Nuxt
First, we must understand what a Modal is. A modal is a component that displays in front of a page content and makes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I already fixed the error on v1.1.4.
You are awesome, thanks!