vue3-yuanma/packages
Evan You 052febc127 feat(compiler): convert text mixed with elements into createVNode calls
This ensures they are tracked as dynamic children when inside blocks.
Also guaruntees compiled vnodes always have vnode children in arrays
so that they can skip normalizeVNode safely in optimized mode.
2019-10-21 15:52:29 -04:00
..
compiler-core feat(compiler): convert text mixed with elements into createVNode calls 2019-10-21 15:52:29 -04:00
compiler-dom feat(v-on): cache handlers 2019-10-18 21:51:34 -04:00
reactivity types: improve computed types (#343) 2019-10-21 13:57:20 -04:00
runtime-core feat(compiler): convert text mixed with elements into createVNode calls 2019-10-21 15:52:29 -04:00
runtime-dom refactor(errorHandlling): handle array in callWithAsyncErrorHandling (#332) 2019-10-21 13:59:10 -04:00
runtime-test chore: typos [ci-skip] (#323) 2019-10-17 15:01:51 -04:00
server-renderer build: use api-extractor for type rollup 2019-09-03 12:16:22 -04:00
shared refactor: rename vnode hooks 2019-10-18 14:54:35 -04:00
template-explorer feat(v-on): cache handlers 2019-10-18 21:51:34 -04:00
vue test: test runtime compilation error warning 2019-10-15 22:19:19 -04:00
global.d.ts feat(core): export version (#254) 2019-10-14 15:31:43 -04:00