Skip to content

Commit b47f493

Browse files
committed
chore: Adding 'vue-axe' as branding application in config
1 parent 69a2d9b commit b47f493

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/index.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ export default function install (Vue, options) {
1010
const defaultOptions = {
1111
clearConsoleOnUpdate: false,
1212
delay: 0,
13-
config: {},
13+
config: {
14+
branding: {
15+
application: 'vue-axe'
16+
}
17+
},
1418
runOptions: {
1519
reporter: 'v2',
1620
resultTypes: ['violations']

0 commit comments

Comments
 (0)