UNPKG
@wearegenki/vue-directive-view
Version:
latest (0.11.0)
0.11.0
0.10.0
0.7.0
0.5.1
0.5.0
0.5.0-alpha.f1eec7f5
0.5.0-alpha.9dd6da21
0.5.0-alpha.95164c83
0.5.0-alpha.345ada95
0.4.2
0.4.0
0.4.0-alpha.e41170bf
0.4.0-alpha.54162f0b
0.4.0-alpha.110b3cfb
0.4.0-alpha.09cfe267
0.3.0
0.2.0
Vue custom directive to show/hide elements using opacity
ui.wearegenki.com
WeAreGenki/ui
@wearegenki/vue-directive-view
/
index.css
5 lines
(4 loc)
•
48 B
CSS
View Raw
1
2
3
4
5
.hide
{
pointer-events
: none;
opacity
:
0
; }