You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi sahrullahh, this is really great dashboard. THX for it. I am using it for my app.
But one problem. I want to use the modal in the dashboard component.
I imported the modal.vue and placed the in the template but the modal window is not shown.
Where to place the exactly in dashboard.vue?
Can you help me here what I need to consider?
Thank you. Many greetings Ralf
The text was updated successfully, but these errors were encountered:
Hi 👋, Thank you for using my dashboard Windzo. Sorry, I didn't reply until recently because I was busy with other things. Has the error been solved or not?
If still not, try doing it like this
Import the modal components first
import Modal from "@/components/modal.vue";
and the second step is to make sure the component has been registered from the components
components: {
Icon,
Modal,
},
and you are free to place the component elements anywhere and make sure the props you use are correct, this could be your problem from there.
Hi sahrullahh, this is really great dashboard. THX for it. I am using it for my app.
But one problem. I want to use the modal in the dashboard component.
I imported the modal.vue and placed the in the template but the modal window is not shown.
Where to place the exactly in dashboard.vue?
Can you help me here what I need to consider?
Thank you. Many greetings Ralf
The text was updated successfully, but these errors were encountered: