Possible to open modal from outside the vue component

前端 未结 5 527
别跟我提以往
别跟我提以往 2021-01-03 06:31

Is it possible to call a method from outside the component to make the component reuseable?

Right now I add my button to open the modal in a template slot:

<

5条回答
  •  死守一世寂寞
    2021-01-03 07:11

    I simply add v-on="$listeners" to the component in the children (modal.vue):

    // modal.vue
    
    
    
    
                                     
                  
提交回复
热议问题