Skip to content

Commit 37b8c00

Browse files
committed
update README
1 parent 9bb2742 commit 37b8c00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ if (process.env.NODE_ENV !== 'production') {
5252
}
5353
```
5454

55-
### Run axe manually `$axe.run({ clearConsole: Boolean, element: Document | HTMLElement })`
55+
### Run axe manually
5656
The `$axe` is available on the property injected into the Vue instance, so it is available everywhere in your application. With it it is possible to execute the `$axe.run` method to check manually your document or any desired HTMLElement.
5757

58+
#### `$axe.run({ clearConsole: Boolean, element: Document | HTMLElement })`
59+
5860
```vue
5961
<script>
6062
//...

0 commit comments

Comments
 (0)