vuejs / core-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.8k stars 86 forks source link

`inheritAttrs` is not working #253

Open sxzz opened 2 months ago

sxzz commented 2 months ago

inheritAttrs may affect performance:

<div :id="expr" :title="expr2" />

LittleSound commented 2 months ago

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, we can consider such things :P