edison
edison
/ecosystem-ci run
I don't think this is a correct fix. - Firstly, rendering elements inside an `` tag is unreasonable. - Secondly, `1`, the internal `` will be rendered. But `1`, the...
@yangxiuxiu1115 The solution I recommend is to give warnings in the DEV. Both `ssr` and `client`, when render the child node to a void tag, give the user a warning....
I'm not sure if this change will cause any edge case issues. if the changes in this PR are correct, then maybe [this part](https://github.com/vuejs/core/blob/5d9e81d3da38b04549ff33b7004201c3ce83d274/packages/runtime-core/src/hydration.ts#L535) also needs to be modified to...
/ecosystem-ci run
You're absolutely right! This PR only affects handling for `~` prefixes: With `preserveTilde` set to `false`, everything works as before. With `preserveTilde` set to `true`, the `~` is preserved and...
Thank you for your contribution. I have some suggestions and questions. > Click "remove el2" and "append el2" I think the reason for the error here is that `_parent` and...
> Actually setting `_resolved` to false can cause some duplicate executions, like `_applyStyles` re-mount should also re-apply the style, right ?