Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: fix(NcActions): use new slots api
- $scopedSlots cannot be used in beforeUpdated. On re-rendering, when vnode is reused, on beforeUpdated $scopedSlots returns an old value and breaks rendering. - Officially, $slots/$scopedSlots should be used only during the rendering - This commit returns $slots to have an old behavior and resolve regression - TODO: find better soluton to support both slots API Reverts commit b94ff04 Signed-off-by: Grigorii K. Shartsev <[email protected]>
- Loading branch information