mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-11 18:02:29 +03:00
feat: Add PreviewMode
This commit is contained in:
@@ -18,6 +18,17 @@ new Vue({
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<json-viewer
|
||||
preview-mode
|
||||
value={{
|
||||
data: {
|
||||
data: {
|
||||
data: {
|
||||
a: 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}}></json-viewer>
|
||||
<json-viewer value={this.jsonData}></json-viewer>
|
||||
<hr />
|
||||
<json-viewer
|
||||
|
||||
Reference in New Issue
Block a user