mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 11:18:08 +08:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
import RTEtextArea from './components/RTEtextArea';
|
|
|
|
export default {
|
|
slots: {
|
|
textArea: [RTEtextArea],
|
|
},
|
|
};
|