-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue 3 support #1
Comments
This is an important update for new updates of Vue and Nuxt. Please, provide this support as soon as possible. |
Bom dia, conversei com @ktquez , o proprietário do repositório e ele falou que vai atualizar em breve |
Pessoal, demorou, estou afastado um pouco da área, então a manutenção do projeto está um pouco lenta. Dei uma adaptada, gostaria que vocês pudessem dar uma testada e passar um feedback se está funcionando nos mais variados usos de vocês. Adicionei uma tag "@vue-a11y/vlibras@next" ao pacote, assim que testado e ok, a gente o transforma na versão principal do componente, blz Aqui está o link da branch: https://github.com/vue-a11y/vue-vlibras/tree/next Qualquer coisa, só mandar por aqui. Valeuu |
ktquez funcionou muito bem, muitíssimo obrigado 😁😁😁😁 |
@ktquez , Bom dia Alan Ktquez, ele funcionou perfeitamente no vue 3, tem alguma forma dele funcionar com nuxt 3 também? eu tentei aqui mas não consegui quando tento usar no client side ele não emite erros mas também não renderiza |
@albericobenhur Interessante. Vou dar uma testada para ver o que pode ser, blz |
Será que a abordagem deve ser via ref? https://koenwoortman.com/vuejs-get-element-by-id-in-component/ |
Aqui não funciona ainda, funcionou com mais alguém? |
Vou continuar tentando. Mas no meu também ainda não funcionou |
Hey I would like to share the solution in my project, in nuxt v3. The original vlibras-plugin.js has a typo error, there is a ghost character in if(initializing). Firstly, i fixed it and put it in public/js/ I changed the init() method and added the following attributes for script:
I inserted the methods init and createWidget directly in App.vue, for nuxt. in the final part of the template html i added:
I hope this explanation help you all. |
Obrigado @YasCoMa Eu ainda estou afastado da área por motivos pessoais e por isso não estou conseguindo ajudar a dar suporte imediatamente. |
@YasCoMa obrigado pelo apoio, ainda estou na luta para integrar com Nuxt 3. Coloquei o vlibras-plugin.js em: Seria possível me apontar em qual linha eu devo colocar os atributos:
Ou compartilhar no gist o seu vlibras-plugin.js? Fico grato com a atenção dedicada. |
Eu estou tentando(também) uma nova abordagem:
Também não funciona.:( |
I added these new attributes in as a complement to this function: methods: { |
Alguém conseguiu encontrar uma solução? Não estou conseguindo fazer funcionar também no nuxt3 |
i would like to know if there will be support for vue 3
The text was updated successfully, but these errors were encountered: