JonatasBraz
JonatasBraz
Explore posts from servers
NNuxt
Created by Romain 'Maz' B. on 11/7/2023 in #❓・help
Dynamic component import
nvm, now is working XD. i just did a rollback and started again, probably mess something up on first time
24 replies
NNuxt
Created by Romain 'Maz' B. on 11/7/2023 in #❓・help
Dynamic component import
No description
24 replies
NNuxt
Created by JonatasBraz on 8/22/2024 in #❓・help
Example of Edit Dropdown
so i can open edit modal/delete of any future data with same dropdown
4 replies
NNuxt
Created by JonatasBraz on 8/22/2024 in #❓・help
Example of Edit Dropdown
my problem is the dropdown itself. i'm trying to figure out how to make it reusable
4 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
I used it! Just forgot to show you 🤣. That's really cool
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
Parent:
const modalState = ref(false);

function open_logout_modal() {
modalState.value = true;
}


<logout v-model="modalState" />
const modalState = ref(false);

function open_logout_modal() {
modalState.value = true;
}


<logout v-model="modalState" />
Child:
<UModal v-model="modalState" title="Logout" @close="flOppened = false">


const modalState = ref(false);

function open_logout_modal() {
modalState.value = true;
}
<UModal v-model="modalState" title="Logout" @close="flOppened = false">


const modalState = ref(false);

function open_logout_modal() {
modalState.value = true;
}
like this? thatś really clean
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
Hey! About using v-model instead of ref, it would be a prop on child component?
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
thank you!
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
we'll probably talk again soon
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
you're very kind
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
i'll take your tips with me in this journey
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
i see
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
btw, i just tested on firefox and worked normally. probably is my chrome version
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
maybe i need to update my packages?
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
thanks for the body advise! The modals opened normally to you? Nothing about open one time, dont open next time?
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
the endpoint for this page is configuracoes/documentos
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
i think you just need to do a npm install
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
i dont know how to create an example
34 replies
NNuxt
Created by JonatasBraz on 8/15/2024 in #❓・help
UModal There are no focusable elements inside the <FocusTrap />
can i share with you my github repository?
34 replies