Júnior Áli
Júnior Áli
Could someone exemplify how would be this custom function that would allow to destructure anything?
the problem is the new way of Vue 3 `$slots`. Find this function in code and fix it: ``` getSlideCount() { const children = this.$slots.default() // console.log('>>>>>', children) if (children.length...
I downloaded the source files and use inside my project, without npm. Works normally with Vue 3 + Vite. But other minor fixes in declaration must be needed too. Commented...
Por enquanto poderia fazer fucnionar ao menos a V1 que nao retorna lat/long pois esta retornando um erro em todos os provedores, porem a ViaCep esta funcionando quando acessada diretamente...
Recebo o mesmo erro, porém o estranho e que a ViaCep esta funcionando normalmente como verificado acessando [em formato JSON](https://viacep.com.br/ws/04513010/json) ou [em formato XML](https://viacep.com.br/ws/04513010/xml)
Realmente é um erro de cache, pois se colocar uma string aleatoria ?xxx apos o cep ele refaz a busca e retorna o resultado correto. A ViaCep esta funcionando normalmente...
Acredito que a implementacao para correção seria de salvar o cache somente em caso de sucesso no retorno da pesquisa, ou entao invalidar o cache apos determinado periodo.