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