1
This commit is contained in:
MaoSource 2020-12-24 16:26:23 +08:00 committed by GitHub
parent 33a93a12b4
commit dc7720baee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function checkPermission(el, binding) {
export default {
inserted(el, binding) {
checkPermission(el, binding)
},
},111111
update(el, binding) {
checkPermission(el, binding)
}