Skip to content

Commit f6ea9b5

Browse files
committed
Update main demo
1 parent e0757be commit f6ea9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Vue from 'vue'
22
import App from './App.vue'
3-
import VueAxe from '../vue-axe'
43

54
if (process.env.NODE_ENV !== 'production') {
5+
const VueAxe = require('../vue-axe')
66
Vue.use(VueAxe, {
77
config: {
88
rules: [

0 commit comments

Comments
 (0)