edison

Results 401 comments of edison

Thanks for the PR. I made some [refactoring](https://github.com/vuejs/core/pull/6355/commits/38f995763af759ebd632b23fcf1d86e61cc670ec) to eliminate duplicate code.

If your code relies on `tagName`, maybe you can use `nodeName` instead ```js document.querySelector("hello-world").nodeName // 'HELLO-WORLD' ```

It doesn't sound like an issue that needs to be solved by `plugin-vue`. Personally, I think the styles for multiple versions of the component library should be isolated by version,...

Thanks for your contribution. But this PR is outdated. The `VNodeKey` type has been replaced by `PropertyKey`.

similar to https://github.com/vuejs/core/issues/7280 duplicate of https://github.com/vuejs/core/issues/3937 For more detail see https://github.com/vuejs/router/issues/626

Could you please resolve the conflicts?

Please make sure your reproduction is valid and can reproduce the problem.

Adding new features needs to be discussed through an RFC, similar to [PR #9572](https://github.com/vuejs/core/pull/9572).