Hro
Hro
Explore posts from servers
NNuxt
Created by Hro on 10/11/2024 in #❓・help
When I have a nuxt child page (path route) can I opt out of the parent page being rendered
I would like to have full control over the page, without inheritance
1 replies
NNuxt
Created by Hro on 6/21/2024 in #❓・help
How to close programmatically opened nuxt ui modal from within the modal
I have a modal that opens like this: modal.open(SomeModal, {onClose() => {console.log('closed')}) When clicking outside the modal, it console logs properly, however, when I call modal.close() from inside the modal it does not. What's the proper way to close the modal from inside? (a cancel button for example)
3 replies