mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2025-12-21 04:46:40 +08:00
remove all semicolons
This commit is contained in:
@ -8,7 +8,7 @@ import store from '@/store'
|
||||
export default {
|
||||
inserted(el, binding, vnode) {
|
||||
const { value } = binding
|
||||
const all_permission = "*:*:*";
|
||||
const all_permission = "*:*:*"
|
||||
const permissions = store.getters && store.getters.permissions
|
||||
|
||||
if (value && value instanceof Array && value.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user