Maciej Gibas
Maciej Gibas
`pathOptions.json` specifies where to save json file, not where to read it from.
I strongly agree with this issue - `vue/no-mutating-props` without this practically makes v-model unusable except on root level and you end up with something like this: ``` :value="value.search" @input="$emit('input', {...
> The rule as it currently exists has been one of a few examples some dev use as to why "rules are bad and just get in the way". And...
That seems like a fair solution :+1:
Not sure its related but webapack + latest version + any browser results in refreshes as well
> There is a workaround to do it in userland @posva you mind sharing some example/links ?
I was pretty sure I tried that already but will give it another go tomorrow. Thanks @IanVS
I still have a hard time passing `isCustomElement` option to `Vue`. Will try to create a repro (once time allows), now I can just paste my main file in hope...
Hey @IanVS, just created a repro: https://stackblitz.com/edit/vitejs-vite-6knqyx You should be able to run `rpm run sb`, in console there will be a warning: ``` [Vue warn]: Failed to resolve component:...
@florrie-90 - unfortunately no. I know this code is executed cause I can see some logs in the console but `tag` is never one of the custom elements that I...