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.
1 parent ceb3aea commit 4317712Copy full SHA for 4317712
README.md
@@ -19,7 +19,7 @@ yarn add -D vue-axe
19
import Vue from 'vue'
20
21
if (process.env.NODE_ENV !== 'production') {
22
- const VueAxe = require('../vue-axe')
+ const VueAxe = require('vue-axe')
23
Vue.use(VueAxe, {
24
config: {
25
// ...
@@ -43,7 +43,7 @@ Create plugin file `plugins/axe.js`
43
44
45
46
47
48
49
// your configuration data
0 commit comments