Added v-hide to general plugins section (#4062)
This commit is contained in:
@@ -2708,6 +2708,7 @@ _Handling of user events (scroll, click, key strike, ...)_
|
||||
- [vue-not-visible](https://github.com/PxyUp/vue-not-visible) - Vue directive for removing from dom (like v-if) element on screen smaller than breakpoints.
|
||||
- [vue-window-size](https://github.com/mya-ake/vue-window-size) - Provides reactivity window size properties.
|
||||
- [vue-responsive-text](https://github.com/shwilliam/vue-responsive-text) - ↔ Component that scales its child node in relation to its parent node's width
|
||||
- [v-hide](https://github.com/ventralnet/v-hide) - v-hide directive to accompany v-if and v-show. Keeps layout space in the DOM
|
||||
|
||||
#### Scroll
|
||||
|
||||
|
||||
@@ -2057,6 +2057,12 @@ application. By @Haixing-Hu
|
||||
★ 5, pushed 1 days ago
|
||||
</sup>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/ventralnet/v-hide">
|
||||
v-hide
|
||||
</a>
|
||||
: v-hide directive to accompany v-if and v-show.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user