Skip to content

Commit 375b345

Browse files
committed
Import A11yDialog as component
1 parent 1d009b6 commit 375b345

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Demo.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@
6666
</template>
6767

6868
<script>
69+
import { A11yDialog } from '../dist/vue-a11y-dialog.esm'
6970
export default {
7071
name: 'DialogDemo',
72+
components: {
73+
A11yDialog
74+
},
7175
data: () => ({
7276
dialog: null,
7377
role: 'dialog',

0 commit comments

Comments
 (0)