fix: the problem that v-auth directive doesn't take effect in native html element; 🐛

修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
This commit is contained in:
iczer 2020-08-06 16:18:54 +08:00
parent 4241156903
commit fa839d8b48

View File

@ -29,4 +29,5 @@
.disabled{
cursor: not-allowed;
color: @disabled-color;
pointer-events: none;
}