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