mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:38:13 +08:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
import PermalinkButton from './containers/PermalinkButton';
|
|
|
|
export default {
|
|
slots: {
|
|
commentActions: [PermalinkButton]
|
|
}
|
|
};
|