fix: 修复v-xpack指令错误
This commit is contained in:
parent
1aab595ab0
commit
09466ec80c
|
@ -28,7 +28,7 @@ export const xpack = {
|
||||||
function checkLicense(el, binding, type) {
|
function checkLicense(el, binding, type) {
|
||||||
let v = hasLicense()
|
let v = hasLicense()
|
||||||
|
|
||||||
if (v) {
|
if (!v) {
|
||||||
el.parentNode && el.parentNode.removeChild(el)
|
el.parentNode && el.parentNode.removeChild(el)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue