Added v-hide to general plugins section (#4062)

This commit is contained in:
Matthew Kirkley
2023-06-03 19:56:27 +02:00
committed by GitHub
parent 52493973d3
commit 30bfe15114
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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
+6
View File
@@ -2057,6 +2057,12 @@ application. By @Haixing-Hu
&#9733 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>