Skip to content

Commit e0757be

Browse files
committed
Update README
1 parent 3a5de5a commit e0757be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ https://github.com/dequelabs/axe-core/blob/master/doc/API.md#api-name-axeconfigu
4141
Create plugin file `plugins/axe.js`
4242
```javascript
4343
import Vue from 'vue'
44-
import VueAxe from 'vue-axe'
4544

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

0 commit comments

Comments
 (0)