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 1be3caf commit 6ae3d6cCopy full SHA for 6ae3d6c
demo/src/main.js
@@ -2,8 +2,8 @@ import Vue from 'vue'
2
import App from './App.vue'
3
import router from './router.js'
4
5
-// Use this plugin only in development => if (process.env.NODE_ENV !== 'production')
6
-const VueAxe = require('../vue-axe')
+// Use this plugin only in development => if (process.env.NODE_ENV !== 'production')
+const VueAxe = require('../../dist/vue-axe')
7
Vue.use(VueAxe, {
8
config: {
9
rules: [
0 commit comments