chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
557 stars 136 forks source link

Failed to mount component: template or render function not defined. #98

Open ankwin opened 5 years ago

ankwin commented 5 years ago

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) in an .vue file

Getting the error

app.js:15902 [Vue warn]: Failed to mount component: template or render function not defined.

found in

--->

schristenson commented 4 years ago

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.

vmato commented 4 years ago

I also have this issue

webislife commented 4 years ago

I also have this issue

pihlersimon commented 3 years ago

Same here, using laravel mix

ajaymarathe commented 3 years ago

I m also having this using normal vue compiler. ...?L???

goper-leo commented 3 years ago

Same here, using laravel mix.