Merge branch 'fixI18nTemplate' into 'develop'
fix: Vue i18n template rendering extra { Co-authored-by: Eana Hufwe <eana@1a23.com> See merge request firefish/firefish!10697
This commit is contained in:
commit
cfaae95aae
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export default defineComponent({
|
|||
break;
|
||||
}
|
||||
if (nextBracketOpen > 0)
|
||||
parsed.push(str.substring(0, nextBracketOpen + 1));
|
||||
parsed.push(str.substring(0, nextBracketOpen));
|
||||
parsed.push({
|
||||
arg: str.substring(nextBracketOpen + 1, nextBracketClose),
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue