vue3-yuanma/packages/runtime-test/src
Evan You ca5f39ee35 refactor(runtime-core): adjust patchProp value arguments order
BREAKING CHANGE: `RendererOptions.patchProp` arguments order has changed

  The `prevValue` and `nextValue` position has been swapped to keep it
  consistent with other functions in the renderer implementation. This
  only affects custom renderers using the `createRenderer` API.
2020-03-09 16:15:49 -04:00
..
index.ts refactor: adjust createApp related API signatures 2020-01-27 16:00:17 -05:00
nodeOps.ts feat(sfc): scopeId runtime support 2019-12-17 12:31:38 -05:00
patchProp.ts refactor(runtime-core): adjust patchProp value arguments order 2020-03-09 16:15:49 -04:00
serialize.ts fix(runtime-test): output empty attrs without value in seralized output 2019-12-17 12:31:38 -05:00
triggerEvent.ts refactor: use isArray function from shared (#441) 2019-11-08 09:52:24 -05:00