1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00
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

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)
}