Skip to content

Commit e3e2b59

Browse files
committed
docs: Add VueAnnouncer for Vue 3 README link
1 parent 908877f commit e3e2b59

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
theme: 'vuepress-theme-default-vue-a11y',
3-
title: 'Vue announcer',
3+
title: 'Vue announcer for Vue 2',
44
description: 'A simple way with Vue to announce any useful information for screen readers.',
55
head: [
66
['meta', { name: 'theme-color', content: '#fff' }],

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ The [@vue-a11y/announcer](https://github.com/vue-a11y/vue-announcer) provides an
77
Inspired by others in the community like:
88
- [Example of how creating an accessible single-page application](https://haltersweb.github.io/Accessibility/spa.html)
99
- [Ember A11y community](https://github.com/ember-a11y/a11y-announcer)
10+
11+
---
12+
13+
## 🔥 Vue Announcer for Vue 3
14+
15+
To use VueAnnouncer for Vue 3 you can learn more through the [README of the next branch](https://github.com/vue-a11y/vue-announcer/blob/next/README.md)

0 commit comments

Comments
 (0)