vue-wysiwyg icon indicating copy to clipboard operation
vue-wysiwyg copied to clipboard

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

Open ankwin opened this issue 6 years ago • 6 comments

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

---> <Wysiwyg>

ankwin avatar Mar 28 '19 12:03 ankwin

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.

schristenson avatar Nov 12 '19 21:11 schristenson

I also have this issue

vmato avatar Dec 17 '19 08:12 vmato

I also have this issue

webislife avatar Feb 26 '20 11:02 webislife

Same here, using laravel mix

pihlersimon avatar Oct 08 '20 09:10 pihlersimon

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

ajaymarathe avatar Oct 25 '20 02:10 ajaymarathe

Same here, using laravel mix.

goper-leo avatar Feb 15 '21 03:02 goper-leo