manico / vue-jsoneditor

Vue implementation of JSONEditor
MIT License
17 stars 7 forks source link

BUG: two instance share same options #6

Closed sker65 closed 4 years ago

sker65 commented 4 years ago

Versions and Environment

Vue: 2.6.11 Browsers: chrome: 80 OS: macOs mojave

Steps to reproduce

create a tabbed view with 2 instances of v-jsonedior and different options

Expected Behavior

each instance should work with its options

Actual Behavior

options are share, one cannot have different options

Reproduction Link

-

Other comments

is somehow related to the fact that the implementation always preserves the JSONEditor instance and only watches the value

sker65 commented 4 years ago

sorry worng project