1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 20:06:06 +02:00
This commit is contained in:
syuilo
2018-02-22 22:27:28 +09:00
parent bc632cefe5
commit 29b7bd258c
9 changed files with 70 additions and 96 deletions

View File

@@ -93,6 +93,6 @@ export default Vue.component('mk-post-html', {
}
}));
return createElement('div', els);
return createElement('span', els);
}
});