mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
fix dlsite mfm undefined
This commit is contained in:
parent
305ca205bd
commit
b57588e312
@ -260,6 +260,14 @@ export default defineComponent({
|
|||||||
}, genEl(token.children))];
|
}, genEl(token.children))];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 'dlsite': {
|
||||||
|
return [h(MkLink, {
|
||||||
|
key: Math.random(),
|
||||||
|
url: token.props.url,
|
||||||
|
rel: 'nofollow noopener',
|
||||||
|
}, genEl(token.children))];
|
||||||
|
}
|
||||||
|
|
||||||
case 'mention': {
|
case 'mention': {
|
||||||
return [h(MkMention, {
|
return [h(MkMention, {
|
||||||
key: Math.random(),
|
key: Math.random(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user