skirtle
skirtle
I've encountered a few cases where `triggerRef` was used to try to work around a problem, but just caused more problems. These two examples try to use `triggerRef` to give...
@johannesschweig Where did you see the link that took you to that page? For what it's worth, the migration guide is now at .
A brief explanation of `flush: 'sync'` was added in #1895. The explanation is in the API docs, rather than the guide.
I'm currently investigating this. I'll report back in the next few days. For anyone needing a temporary fix, the simplest way to make the warning go away is to `export`...
Discussion thread for adding support for this to Volar: .
I believe this would make #7914 redundant. A couple of places that might also need updating if this is merged: - https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#asset-url-handling - https://vue-loader.vuejs.org/guide/asset-url.html Should this change target `minor`? It...
This does need to be documented better, but I think something should also be added to the SFC compiler to provide a better error message. If it were handled by...
When this issue was first opened, I had a go at adding something to the docs for computed properties explaining this. But once I'd written something, I had second thoughts...
> because in my testing, assigning after the fact directly to value does not appear to wrap the properties in a proxy. I'm not sure what testing you did, but...
I think #2664 is related.