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

docs: add 'editable: true' to example config #12

Closed toniengelhardt closed 1 year ago

toniengelhardt commented 1 year ago

It is confusing that the example doesn't work out of the box. It took me a while to figure out that I had to set editable: true in the config to be able to edit the content.

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated
lexical-vue ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 12, 2023 at 10:29PM (UTC)
lexical-vue-playground ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 12, 2023 at 10:29PM (UTC)
wobsoriano commented 1 year ago

appreciate. Thanks!