I'm following the docu [here](https://axe.vue-a11y.com/guide/options.html#auto) to setup a nuxt 3 project with vue-axe version 3.1.2. See this [minimal reproduction](https://stackblitz.com/edit/nuxt-starter-jzrkjl?file=app.vue,plugins%2Faxe.client.ts,package.json). While the popup works fine, I cannot see console warnings:  Following this, I'm wondering if the options described in the docu are actually given for axe-core; they seem to differ to the ones metioned [here](https://github.com/dequelabs/axe-core/blob/master/doc/API.md#options-parameter). Thanks.
Activity