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 e0757be commit f6ea9b5Copy full SHA for f6ea9b5
demo/src/main.js
@@ -1,8 +1,8 @@
1
import Vue from 'vue'
2
import App from './App.vue'
3
-import VueAxe from '../vue-axe'
4
5
if (process.env.NODE_ENV !== 'production') {
+ const VueAxe = require('../vue-axe')
6
Vue.use(VueAxe, {
7
config: {
8
rules: [
0 commit comments