Skip to content

Commit 6ae3d6c

Browse files
committed
use location that exists
1 parent 1be3caf commit 6ae3d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import Vue from 'vue'
22
import App from './App.vue'
33
import router from './router.js'
44

5-
// Use this plugin only in development => if (process.env.NODE_ENV !== 'production')
6-
const VueAxe = require('../vue-axe')
5+
// Use this plugin only in development => if (process.env.NODE_ENV !== 'production')
6+
const VueAxe = require('../../dist/vue-axe')
77
Vue.use(VueAxe, {
88
config: {
99
rules: [

0 commit comments

Comments
 (0)