Adding rte plugin 🎉

This commit is contained in:
okbel
2018-02-21 09:26:39 -03:00
parent e895413038
commit 096c9a4894
10 changed files with 117 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
import RTEtextArea from './components/RTEtextArea';
export default {
slots: {
textArea: [RTEtextArea],
},
};