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