Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VueFinalModel did not open #433

Open
bluelemonade opened this issue Feb 26, 2024 · 1 comment
Open

VueFinalModel did not open #433

bluelemonade opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@bluelemonade
Copy link

Version

vue-final-modal: 4.5.4
vue: v3.2.5

simple setup in app.vue

 <div id="content-grid">
....
 </div>

 <VueFinalModal v-if="showModal" class="confirm-modal" content-class="confirm-modal-content" overlay-transition="vfm-fade" content-transition="vfm-fade" >
      <h1>{{ title }}</h1>
      <!-- <slot /> -->
      <!-- <button @click="emit('confirm')"> -->
      <button @click="console.log('hallo')">
        Confirm
      </button>
    </VueFinalModal>

    <ModalsContainer />

ok, in chrome I can toggle the teleport comments, the VueFinalModal didn't toggle, it remains permanently commented out
any ideas?

image

@bluelemonade bluelemonade added the question Further information is requested label Feb 26, 2024
@zeromask1337
Copy link

Same issue. I have Nuxt 3 project and for some reason modal doesn't open from layout on error page. Debugged it whole day in devtools, open method simply doesn't trigger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants