Evan You

Results 333 comments of Evan You

This seems to be a misunderstanding so there's nothing to fix here.

This sounds more like a Chromium/V8 bug, and likely a recent regression since we've never had similar issues in the past. I would suggest reporting this to Chromium/V8 instead since...

Fixed by #10085

Is this something that only happened recently (after 2.7 release)?

Vue 2 currently does not support Array subclassing (Vue 3 development branch already does). I will convert this into a feature request.

CodeSandbox does not correctly support Vue 2.7. Don't use it for reproducing issues. `::v-deep` is working correctly in local Vue CLI or Vite based projects.

Your app template slot syntax is wrong: ```diff - + ```

Note there are currently two 3.0 RFCs that uses the `v-model` directive argument for a different purpose: https://github.com/vuejs/rfcs/pull/8 https://github.com/vuejs/rfcs/pull/31 [In RFC#31 there is a section that talks about `v-model` usage...

Does this have to be part of the component options / API? It seems they don't serve any particular purpose for Vue's own runtime behavior. In that case, would a...