We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6349b89 + c8291de commit 8244a8fCopy full SHA for 8244a8f
README.md
@@ -71,12 +71,12 @@ It's important to assign the direct reference to the dialog instance via `@dialo
71
Alternatively, you can also import the component directly into your file without installing it first:
72
73
```js
74
-import { VueA11yDialog } from 'vue-a11y-dialog'
+import { A11yDialog } from 'vue-a11y-dialog'
75
export default {
76
name: 'YourComponent',
77
78
components: {
79
- 'a11y-dialog': VueA11yDialog
+ 'a11y-dialog': A11yDialog
80
},
81
82
methods: {
0 commit comments