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);
}
});