vue-json-editor
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "vue-json-editor", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A json editor of vue", | ||
@@ -5,0 +5,0 @@ "main": "vue-json-editor.vue", |
@@ -30,4 +30,4 @@ # vue-json-editor | ||
<p>vue-json-editor</p> | ||
<vue-json-editor v-model="json" :show-btns="true" :exapndedOnStart:"true" @json-change="onJsonChange"></vue-json-editor> | ||
<div> | ||
<vue-json-editor v-model="json" :show-btns="true" :expandedOnStart="true" @json-change="onJsonChange"></vue-json-editor> | ||
</div> | ||
</template> | ||
@@ -38,6 +38,8 @@ | ||
export default{ | ||
export default { | ||
data () { | ||
json: { | ||
msg: 'demo of jsoneditor' | ||
return { | ||
json: { | ||
msg: 'demo of jsoneditor' | ||
} | ||
} | ||
@@ -44,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58
4605564