vue-wysiwyg
                                
                                
                                
                                    vue-wysiwyg copied to clipboard
                            
                            
                            
                        Failed to mount component: template or render function not defined.
Using laravel mix
Did the same as said in the docs
1)npm install vue-wysiwyg --save
2)import wysiwyg from "vue-wysiwyg";
Vue.use(wysiwyg, {}); in app.js
3)
Getting the error
app.js:15902 [Vue warn]: Failed to mount component: template or render function not defined.
found in
---> <Wysiwyg>
I'm getting the same issue with Laravel Mix, and cannot figure this out. A bummer as I was looking forward to using this one with Vuejs and Laravel.
I also have this issue
I also have this issue
Same here, using laravel mix
I m also having this using normal vue compiler. ...?L???
Same here, using laravel mix.