wobsoriano / lexical-vue

An extensible Vue 3 web text-editor based on Lexical.
https://lexical-vue.vercel.app/
MIT License
251 stars 30 forks source link

Add access to the editor in LexicalComposer.vue #28

Closed abdulmlik closed 8 months ago

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 7:23pm
lexical-vue-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 7:23pm
wobsoriano commented 8 months ago

You can use the useEditor composable 🙏 let me know if you need any help

abdulmlik commented 8 months ago

You can use the useEditor composable 🙏 let me know if you need any help

Thanks, I found the solution to my problem