cleanup
This commit is contained in:
parent
eae09226b5
commit
db535ae057
7 changed files with 8 additions and 34 deletions
|
|
@ -218,7 +218,7 @@ export default {
|
|||
const path = Array.isArray(this.path) ? this.path : this.path.split('.')
|
||||
if (this.subgroup) {
|
||||
return [
|
||||
...path.slice(0, path.length - 1),
|
||||
...path.slice(0, path.length - 1),
|
||||
':subgroup,' + this.subgroup,
|
||||
...path.slice(path.length - 1)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue