-
Hi, I'm using the current version of buefy-next with nuxt3 (3.8), so far working pretty good. :)
but the modal is being called programmatically:
Inside the modal:
What acutally is working is the integration of the parent object, but this doesn't give me a local scope, only the one of the parent and it doesn't solve the problem with async setup, has to be "normal":
How can I embed i18n inside the setup routine of the modal ? The problem seems to be that the modal can't handle the async setup function when called programmatically. :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@mpgalaxy The problem is twofold.
|
Beta Was this translation helpful? Give feedback.
See