Rizumu Ayaka
Rizumu Ayaka
This issue looks like it's related to PR #123 ? I've created new `BlockEffectScope` and `createChildFragmentDirectives` functions that I hope will help make it easier to implement Lifecycle Hooks in...
If an update to a value is passed layer by layer from outside to inside, it will eventually only trigger the update hook of the component that actually uses the...
I'm redoing a more accurate performance test based on Vitest. I will submit a PR with in this week.
Certain designs in Vapor that are incompatible with Vue Core might achieve better performance. This also applies to situations like implementing built-in directives. Perhaps when we need to implement Vue4,...
I have addressed a similar issue in PR #227. You can refer to the implementation of [the `normalizeSlotProps` function](https://github.com/vuejs/core-vapor/pull/227/files#diff-b0fe1350e35f5e97197cd5e59f595602ed689ff35a16e7fac963a05a2a4a8163R169-R218). I hope this information helps you solve the problem!
Assigned to @zhiyuanzmj
> @sxzz is Custom Renderer planned?, does not have any items or checkboxes underneath It's in the plan, but it's not a short-term goal.
> Instead of `msg`, it could be anything, including `n0`, which is why there's an IIFE We can use [Block Statement](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/block) Or use compiler static analysis to adapted generation result
我认为暗色模式下的 Logo 发光效果很好看,但是亮色模式下会有点奇怪。可以考虑单独移除亮色模式的 Logo 阴影。