lints
This commit is contained in:
parent
b2cbd507fe
commit
599bc708de
1 changed files with 2 additions and 2 deletions
|
@ -452,11 +452,11 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
|
|||
if (!props.nowrap) {
|
||||
return [h('bdi', { class: 'block' }, h('div', {
|
||||
style: QUOTE_STYLE,
|
||||
}, h('bdi',genEl(token.children, scale, true))))];
|
||||
}, h('bdi', genEl(token.children, scale, true))))];
|
||||
} else {
|
||||
return [h('span', {
|
||||
style: QUOTE_STYLE,
|
||||
}, h('bdi',genEl(token.children, scale, true)))];
|
||||
}, h('bdi', genEl(token.children, scale, true)))];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue