vue3-yuanma/packages/runtime-dom/src
Evan You ed9eb62e59 perf: improve memory usage for static vnodes
Use the already mounted nodes as cache instead of separate caching via
template. This reduces memory usage by 30%+ in VitePress.
2022-01-16 21:10:26 +08:00
..
components refactor(types): use DOMRect instead of the Position type (#5012) 2021-12-05 23:19:47 -05:00
directives refactor: ensure ssr branches are included in esm-bundler build 2021-09-23 15:02:19 -04:00
helpers fix(sfc/style-vars): properly re-apply style vars on component root elements change 2021-07-16 14:30:49 -04:00
modules fix(runtime-dom): patchDOMProps should not set _value if element is custom element (#4839) 2021-11-25 05:30:32 -05:00
apiCustomElement.ts chore(custom-element): fix comment typo (#5028) [skip ci] 2021-12-03 10:10:54 +01:00
index.ts refactor: ensure ssr branches are included in esm-bundler build 2021-09-23 15:02:19 -04:00
nodeOps.ts perf: improve memory usage for static vnodes 2022-01-16 21:10:26 +08:00
patchProp.ts fix(runtime-dom): patch textContent on svg properly (#4301) 2021-08-11 10:53:54 -04:00