question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Are you planning to support for vue 3?

See original GitHub issue

Itoastui-vue-editor.js?4ede:7 Uncaught (in promise) TypeError: Cannot read property ‘_c’ of undefined at Proxy.i (toastui-vue-editor.js?4ede:7) at renderComponentRoot (runtime-core.esm-bundler.js?5c40:710) at componentEffect (runtime-core.esm-bundler.js?5c40:4193) at reactiveEffect (reactivity.esm-bundler.js?a1e9:42) at effect (reactivity.esm-bundler.js?a1e9:17) at setupRenderEffect (runtime-core.esm-bundler.js?5c40:4176) at mountComponent (runtime-core.esm-bundler.js?5c40:4134) at processComponent (runtime-core.esm-bundler.js?5c40:4094) at patch (runtime-core.esm-bundler.js?5c40:3715) at mountChildren (runtime-core.esm-bundler.js?5c40:3897)

This is an error message I got. It seems because of the version of vuejs. There already have the same issue(#1226 ), but No answer, so I post again.

and Is there a way to apply vue3 for this editor?

`<script> import ‘codemirror/lib/codemirror.css’; import ‘@toast-ui/editor/dist/toastui-editor.css’;

import { Editor } from ‘@toast-ui/vue-editor’;

export default { name: ‘Write’, components: { editor: Editor, }, data() { return { source: ‘# Hello World!’, }; }, }; </script> { “name”: “front”, “version”: “0.1.0”, “private”: true, “scripts”: { “serve”: “vue-cli-service serve”, “build”: “vue-cli-service build”, “lint”: “vue-cli-service lint” }, “dependencies”: { “@toast-ui/editor”: “^2.5.1”, “@toast-ui/vue-editor”: “^2.5.1”, “codemirror”: “^5.59.0”, “vue”: “^3.0.0”, “vue-router”: “^4.0.0-0”, “vuex”: “^4.0.0-0” }, “devDependencies”: { “@vue/cli-plugin-babel”: “~4.5.0”, “@vue/cli-plugin-eslint”: “~4.5.0”, “@vue/cli-plugin-router”: “~4.5.0”, “@vue/cli-plugin-vuex”: “~4.5.0”, “@vue/cli-service”: “~4.5.0”, “@vue/compiler-sfc”: “^3.0.0”, “@vue/eslint-config-airbnb”: “^5.0.2”, “babel-eslint”: “^10.1.0”, “eslint”: “^6.7.2”, “eslint-plugin-import”: “^2.20.2”, “eslint-plugin-vue”: “^7.0.0-0” }, “eslintConfig”: { “root”: true, “env”: { “node”: true }, “extends”: [ “plugin:vue/vue3-essential”, “@vue/airbnb” ], “parserOptions”: { “parser”: “babel-eslint” }, “rules”: {} }, “browserslist”: [ “> 1%”, “last 2 versions”, “not dead” ] }

`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jjsty1ecommented, May 18, 2022

sad person came and gone with sad feel.

0reactions
GriwMFcommented, Aug 29, 2022

we really do miss vue 3 support

Read more comments on GitHub >

github_iconTop Results From Across the Web

Frequently Asked Questions - Vue.js
We are planning to provide extended support for Vue 2 for teams with such needs - if your team expects to be using...
Read more >
What's new in Vue 3 — a roundup. Vue 3 - Medium
In short, Vue 3 would be the new default. Vue 2 would remain in LTS (long-term support) version for 18 months, which means...
Read more >
New features in Vue 3 and how to use them - LogRocket Blog
If you are planning to start your new project, you can still go ahead and use Vue 2 with a Composition API plugin...
Read more >
How to Migrate from Vue v.2 to Vue v.3 with a Simple Example ...
Vue 3 is still relatively new. You don't have to migrate all your projects over, but as time goes by, support for version...
Read more >
Vue 2 vs. Vue 3: What Are the Differences and Which Version ...
Whether you're building single-page applications (SPAs), working as a full-stack developer, or simply embedding web components on a webpage—Vue.js is a no- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found