Merge branch 'master' into deploy
This commit is contained in:
@@ -2,7 +2,6 @@ import store from '@/store'
|
||||
|
||||
export default {
|
||||
inserted(el, binding) {
|
||||
console.log(el, binding)
|
||||
const { value } = binding
|
||||
const roles = store.getters && store.getters.roles
|
||||
if (value && value instanceof Array) {
|
||||
|
||||
@@ -62,7 +62,6 @@ function filterChildren(childrenMap) {
|
||||
}
|
||||
children.push(c)
|
||||
})
|
||||
childrenMap.splice(index, 1)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user