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