Annick Walkenhorst
Annick Walkenhorst
I would appreciate this PR
The issue came up in 2021, now we have 2023 without any progress. Yes there is a string replace workaround, but honestly... this should not be the solution. The images...
We are experiencing the same issues with a vite+vue SSR application. we are experiencing thousands of those a day. also multiple days after deployment... we also saw this after our...
i am experiencing the same problem. Anything new or known workaround ?
i tried clearError function at many different places but it worked NEVER! Apart from that useError always returns undefined
having same issue. cannot use yarn in the customers project. i worry this manual vue install and uninstall will not work on pipeline
Maybe i can answer some of your questions: 1) What is import { i18n } from "@/i18n"? I'm using @nuxtjs/i18n@v7 and not sure how to get global access to i18n....
@thisismydesign i solved it for nuxt 3 by writing a composable: // composables/i18-validators.ts ``` import * as validators from '@vuelidate/validators'; export const useI18nValidators = () => { const { $i18n...
i am dealing with the same issue where storyblok editors can provide svg illustrations but i need to be able to color them based on their context.
Seems like in general it cannot handle custom vue components and only deal with html tags, which is uncomfortable because this way you have to generate extra containers at places...