fix dlsite mfm undefined

This commit is contained in:
sim1222 2023-04-02 22:22:02 +09:00
parent 305ca205bd
commit b57588e312
No known key found for this signature in database
GPG Key ID: 04EF48D01BEB0298

View File

@ -260,6 +260,14 @@ export default defineComponent({
}, genEl(token.children))];
}
case 'dlsite': {
return [h(MkLink, {
key: Math.random(),
url: token.props.url,
rel: 'nofollow noopener',
}, genEl(token.children))];
}
case 'mention': {
return [h(MkMention, {
key: Math.random(),