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 3a5de5a commit e0757beCopy full SHA for e0757be
README.md
@@ -41,9 +41,9 @@ https://github.com/dequelabs/axe-core/blob/master/doc/API.md#api-name-axeconfigu
41
Create plugin file `plugins/axe.js`
42
```javascript
43
import Vue from 'vue'
44
-import VueAxe from 'vue-axe'
45
46
if (process.env.NODE_ENV !== 'production') {
+ const VueAxe = require('../vue-axe')
47
Vue.use(VueAxe, {
48
config: {
49
// your configuration data
0 commit comments