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
methods: { openDialog(e) { this.dialog = true; } },
This one works for me