Evan You
Evan You
- Vue 3.4.22 greatly improves Vue and Nuxt performance in this benchmark (more than 2x) - Also removed the `ref` usage in the Vue renderer implementation to make it more...
This is an internal flag that allows Vue's runtime to pick the correct Proxy strategy to detect variable reference errors during render, depending on whether `with` has been stripped by...
# Vue 3: Mid 2020 Status Update Many of our users have been asking this question: when will Vue 3 be ready? We have refrained from giving a definitive answer...
We are aware that the current SFC scoped style implementation has a number of issues/limitations regarding the component root node and slotted content. I'd like to use this thread to...
I've been contacted by @wycats (who is the champion of the ES decorator proposal at TC39) to provide feedback for the proposal from framework authors' perspective, and since this library...
Hi @liximomo - thank you very much for working on this package, something we wish we had when the RFC thread blew up. We are considering adopting this package to...
Currently it seems `switch` and `case` attributes (previously `template-key` and `template-type`) are always required, even when there is only one ``. I think when there is only one ``, it...
We are aware that the latest 6.6 version has a number of issues and are looking into it. In the meanwhile, if you are using Vue 3 + Vite, consider...
### Reproduction link or steps To reproduce, run `pnpm build vue -r` in https://github.com/vuejs/core/tree/rolldown (make sure to checkout `rolldown` branch) Then check `packages/vue/dist/vue.esm-browser.js` line 2 ### What is expected? ```js...
I successfully bundled Vue (currently only the main `vue` package) with Rolldown (0.10.2 published on npm): https://github.com/vuejs/core/compare/rolldown ### Highlights - I was able to remove `commonjs`, `node-resolve` and `alias` plugins...