hl037 / vue-contenteditable

This plugin provides a `<contenteditable/>` element supporting `v-model`. It also provides some (optional) features, like preventing html input / paste or new lines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed to mount component

HawtinZeng opened this issue · comments

In vue-cli@4.5.8,vue-contenteditable@1.0.2, failed to mount component: template or render function not defined found in Contenteditable

what is the fix for this?

what is the fix for this?

I write a editable component by myself, just use contenteditable attribute of a div, @blur event, and some css style, it's easy, we can add many custom styles