mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 03:28:41 +08:00
10 lines
213 B
JavaScript
10 lines
213 B
JavaScript
import translations from './translations.yml';
|
|
import CheckToxicityHook from './components/CheckToxicityHook';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentInputDetailArea: [CheckToxicityHook],
|
|
},
|
|
};
|