Skip to content

Commit 4317712

Browse files
committed
Update README - Fix path package vue-axe
1 parent ceb3aea commit 4317712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ yarn add -D vue-axe
1919
import Vue from 'vue'
2020

2121
if (process.env.NODE_ENV !== 'production') {
22-
const VueAxe = require('../vue-axe')
22+
const VueAxe = require('vue-axe')
2323
Vue.use(VueAxe, {
2424
config: {
2525
// ...
@@ -43,7 +43,7 @@ Create plugin file `plugins/axe.js`
4343
import Vue from 'vue'
4444

4545
if (process.env.NODE_ENV !== 'production') {
46-
const VueAxe = require('../vue-axe')
46+
const VueAxe = require('vue-axe')
4747
Vue.use(VueAxe, {
4848
config: {
4949
// your configuration data

0 commit comments

Comments
 (0)