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.
clearConsoleOnUpdate: false
(Duplicate of #26 - possible regression?)
When running vue-axe with the following options, the console is cleared on load and on subsequent updates.
vue-axe
Vue.use(VueAxe, { auto: true, // with or without this line clearConsoleOnUpdate: false, })