Alex

Results 4 comments of Alex

> Hi @bestkolobok. I've took a look at your module and add some comments to improve before listing: [bestkolobok/nuxt-jsoneditor#1](https://github.com/bestkolobok/nuxt-jsoneditor/issues/1) Hi @pi0 ! I made the changes you suggestedhttps://github.com/bestkolobok/nuxt-jsoneditor/issues/1. I would...

Hi @josdejong! Thanks for the detailed explanation of the text and json content in this thread. First, the [vue3-jsoneditor](https://github.com/bestkolobok/vue3-jsoneditor) was giving separate props for text and json content, which follows...

I made the following changes to [vue3-jsoneditor](https://github.com/bestkolobok/vue3-jsoneditor) today: - Again allowed the use of separate v-model for text and json formats (`v-model:json` and `v-model:text`), and updated the documentation. - Defined...