import CommentContent from './components/CommentContent'; export default { slots: { commentContent: [CommentContent] } };