fix: 修复v-xpack指令错误

This commit is contained in:
Captain.B 2020-12-07 17:25:56 +08:00
parent 1aab595ab0
commit 09466ec80c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export const xpack = {
function checkLicense(el, binding, type) {
let v = hasLicense()
if (v) {
if (!v) {
el.parentNode && el.parentNode.removeChild(el)
}
}