mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
import UserAvatar from './components/UserAvatar';
|
|
|
|
export default {
|
|
slots: {
|
|
commentAvatar: [UserAvatar]
|
|
}
|
|
} |