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-05 10:11:52 +08:00
parent a7ac5f8019
commit 25a1a2582a
3 changed files with 22 additions and 18 deletions

View File

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