Compare commits
No commits in common. "108b8fe3f89f7f4cff08628bf1177976c4842c1b" and "11072e5fc83dae49c0947cf046d5572372c8f42c" have entirely different histories.
108b8fe3f8
...
11072e5fc8
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ export default {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
[...componentsMap.values()].forEach(({ name }) => {
|
componentsMap.values().forEach(({ name }) => {
|
||||||
convert(name, allEditedRules.value[name])
|
convert(name, allEditedRules.value[name])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue