vue-json-editor
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "vue-json-editor", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A json editor of vue", | ||
@@ -5,0 +5,0 @@ "main": "vue-json-editor.vue", |
@@ -23,3 +23,3 @@ # vue-json-editor | ||
<!--在模板中使用vue-json-editor--> | ||
<vue-json-editor v-model="json" :showBtns="true" @json-change="onJsonChange"></vue-json-editor | ||
<vue-json-editor v-model="json" :showBtns="true" @json-change="onJsonChange"></vue-json-editor> | ||
<div> | ||
@@ -26,0 +26,0 @@ </template> |
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
4602651