Closed zousu closed 2 years ago
<template> <Vue3JsonEditor editor-id="json-editor-a" v-model="model"/> <Vue3JsonEditor editor-id="json-editor-b" v-model="model"/> </template> ...
Hi Guy, thanks, I think the ID problem could be solved by a hash generator, type UUID, can you implement it??
The default ID contains UUID, also can set an ID to easily rewrite CSS
default
set ID
thank you