fix some linting in frontends
This commit is contained in:
parent
2ecaa57cd5
commit
3cec5f927e
5 changed files with 7 additions and 7 deletions
|
|
@ -360,7 +360,7 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
|
|||
case 'center': {
|
||||
return [h('div', {
|
||||
style: 'text-align:center;',
|
||||
}, h('bdi',genEl(token.children, scale)))];
|
||||
}, h('bdi', genEl(token.children, scale)))];
|
||||
}
|
||||
|
||||
case 'url': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue