fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
This commit is contained in:
parent
4241156903
commit
fa839d8b48
|
|
@ -29,4 +29,5 @@
|
|||
.disabled{
|
||||
cursor: not-allowed;
|
||||
color: @disabled-color;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue