forked from buefy/buefy
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…432) * feat(lib): remove event from SlotComponent Removes the `event` prop, and all the tricks to programmatically add / remove an event listener to / from the underlying Vue component. As far as I tested, there is no need to explicitly call `$forceUpdate` when the underlying Vue component is updated. * test(lib): remove meaningless tests for SlotComponent Removes meaningless tests from `src/utils/SlotComponent.spec.ts`. They became obsolete because the `event` prop, and the related tricks were removed from `SlotComponent`. * docs: add a record regarding SlotComponent to CHANGELOG
- Loading branch information
Showing
3 changed files
with
7 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters