Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Nuxt 3 support? #187

Answered by hunterliu1003
eMeRiKa13 asked this question in Q&A
Discussion options

Hello,

One question, before I try myself, if someone has the answer.

Is-this component working with Nuxt 3 (released in beta last month)?

Thank you

You must be logged in to vote

@eMeRiKa13
Here is the Demo that using vue-final-modal in Nuxt3
https://codesandbox.io/s/blissful-spence-nnlw3
It just work!

Replies: 3 comments 2 replies

Comment options

I don’t know. I haven’t tried yet haha

You must be logged in to vote
0 replies
Comment options

@eMeRiKa13
Here is the Demo that using vue-final-modal in Nuxt3
https://codesandbox.io/s/blissful-spence-nnlw3
It just work!

You must be logged in to vote
1 reply
Comment options

Awesome, thank you for the test (and your library!)

Answer selected by hunterliu1003
Comment options

I am new to Nuxt and tried integrating the vue final modal 4 but couldn't get it to work. I created the plugin file and added the css to the nuxt.config file, but now I am unable to add it to my pages or components as all the examples given seem to be in typescript which I am unfortunately familiar with.
I thought I could just import the ModalContainer add add my content like so:

<script setup>
import { ModalsContainer, useModal } from 'vue-final-modal'
const { open, close } = useModal()
</script>
<template>
<button @click="open">Show modal</button>
<ModalsContainer>
.... Any content goes here
<button @click="close"></button>
</ModalsContainer>
</template>

Any pointers on what to do ? Thanks

You must be logged in to vote
1 reply
Comment options

@boateng-ampaw Please read the basics usage of useModal in the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /