Compatibility with Vue.js 2.0
See original GitHub issueIs vue-html-editor
compatible with Vue.js 2.0? I’m using Vue.js 2.0 and I’m getting the following error:
[Vue warn]: Failed to mount component: template or render function not defined. (found in component <vue-html-editor>)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:20
Top Results From Across the Web
Frequently Asked Questions - Vue.js
Despite the differences, the majority of Vue APIs are shared between the two major versions, so most of your Vue 2 knowledge will...
Read more >Vue.js - The Progressive JavaScript Framework | Vue.js
Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Performant. Truly reactive, compiler-optimized rendering ...
Read more >Installation - Vue.js
NPM is the recommended installation method when building large scale applications with Vue. It pairs nicely with module bundlers such as Webpack or...
Read more >Browser Compatibility | Vue CLI
Browser Compatibility | Vue CLI. ⚠️ Vue CLI is in Maintenance Mode! For new projects, it is now recommended to use create-vue to...
Read more >Introduction - Vue.js
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ended up forking it and making a private version with more customization options. My version uses single file components (in order to be compatible with the new version of vuejs’s default runtime) and uses the v-model directive, which is the standard way of handling input in vuejs 2.0. I’ll submit a pull request when I have the time.
If someone wants, works in v2:
Html: