mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 04:55:55 +08:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
import PermalinkButton from './containers/PermalinkButton';
|
|
|
|
export default {
|
|
slots: {
|
|
commentActions: [PermalinkButton],
|
|
},
|
|
};
|