← All analysers · Framework-specific analysers
VueReactivityAnalyzer
Vue patterns: v-model, v-on, v-if, v-show, scoped slots.
What it detects
Vue's template directives carry accessibility-relevant behaviours. `v-show` toggles visibility but keeps elements in the DOM; `v-if` removes them entirely. Each has different focus-management implications. This analyser parses Vue templates and reasons about the directive-driven runtime behaviour.
WCAG criteria
- 1.3.1 — Info and Relationships
- 4.1.2 — Name, Role, Value