diff --git a/README.md b/README.md index 1652cd1..ffa3d20 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,15 @@ Vue.use(VueFroala) ... ``` +Optional - To include plugins here: + +```javascript +require('froala-editor/js/third_party/font_awesome.min.js'); +require('froala-editor/css/third_party/font_awesome.min.css'); +require('froala-editor/js/third_party/spell_checker.min.js'); +require('froala-editor/css/third_party/spell_checker.min.css'); +``` + #### App.vue file: ```javascript ``` - - #### 2. Make sure you have the right Webpack settings for loading the CSS files, Font Awesome and jQuery. ```javascript