Open a Vuetify dialog from a component template in VueJS

前端 未结 8 1371
故里飘歌
故里飘歌 2020-12-02 11:27

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

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 11:57

    within your App.vue template add this

    
    

    it will render your current Modal.vue template with v-btn and v-dialog

    now inside it there will be one button - Open Dialog when you click on that modal will open.

提交回复
热议问题