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