I\'m using the VueJS Vuetify framework and I need to open a dialog - that gets imported as a component template - from another template. Once the Menu butto
within your App.vue template add this
App.vue
template
it will render your current Modal.vue template with v-btn and v-dialog
Modal.vue
v-btn
v-dialog
now inside it there will be one button - Open Dialog when you click on that modal will open.
button
Open Dialog