Skip to content

Commit baa0f86

Browse files
update readme
1 parent 0a2e808 commit baa0f86

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ No seu App.vue
4343
</template>
4444
```
4545

46+
### Suporte para Vue 2
47+
48+
Se você está utilizando Vue 2 em seus projetos, também pode integrar facilmente o VLibras! A versão específica para Vue 2 do componente está disponível [aqui](https://github.com/vue-a11y/vue-vlibras/tree/vue-2), mantendo a mesma funcionalidade e acessibilidade que a versão para Vue 3.
49+
50+
Confira o repositório no GitHub para mais detalhes e instruções sobre como integrar o VLibras no seu projeto Vue 2!
51+
4652
## Contribuindo
4753

4854
- De erros de digitação na documentação à codificação de novos recursos;
@@ -51,4 +57,4 @@ No seu App.vue
5157

5258
Nos siga no Twitter [@vue_a11y](https://twitter.com/vue_a11y)
5359

54-
**Obrigado por usar e fazer a web mais acessível**
60+
**Obrigado por usar e fazer a web mais acessível**

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ reusify@^1.0.4:
14041404
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
14051405
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
14061406

1407-
rollup@^4.20.0:
1407+
rollup@^1.20.0||^2.0.0||^3.0.0||^4.0.0, rollup@^4.20.0:
14081408
version "4.24.0"
14091409
resolved "https://registry.npmjs.org/rollup/-/rollup-4.24.0.tgz"
14101410
integrity sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==
@@ -1725,7 +1725,7 @@ validate-npm-package-license@^3.0.1:
17251725
spdx-correct "^3.0.0"
17261726
spdx-expression-parse "^3.0.0"
17271727

1728-
vite@^5.4.10:
1728+
vite@^5.0.0, vite@^5.4.10:
17291729
version "5.4.10"
17301730
resolved "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz"
17311731
integrity sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==
@@ -1736,7 +1736,7 @@ vite@^5.4.10:
17361736
optionalDependencies:
17371737
fsevents "~2.3.3"
17381738

1739-
vue@^3.5.12:
1739+
vue@^3.2.25, vue@^3.4.38, vue@^3.5.12, vue@3.5.12:
17401740
version "3.5.12"
17411741
resolved "https://registry.npmjs.org/vue/-/vue-3.5.12.tgz"
17421742
integrity sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==

0 commit comments

Comments
 (0)