import{A11yDialog}from'vue-a11y-dialog'exportdefault{name:'YourComponent',components:{'a11y-dialog':A11yDialog},methods:{// ...}} It's possible to use multiple dialogs in the same component, just make sure to assign the differentdialoginstances separately. ...