This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch service-test
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/service-test by this push:
     new 1e43640  do not specify value type
1e43640 is described below

commit 1e436409f0ec90f38deb951d23fa5aced6fab2e8
Author: nzomkxia <[email protected]>
AuthorDate: Thu Jan 3 16:49:53 2019 +0800

    do not specify value type
---
 dubbo-admin-frontend/src/components/public/JsonEditor.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/components/public/JsonEditor.vue 
b/dubbo-admin-frontend/src/components/public/JsonEditor.vue
index 82e4d35..327e5ff 100644
--- a/dubbo-admin-frontend/src/components/public/JsonEditor.vue
+++ b/dubbo-admin-frontend/src/components/public/JsonEditor.vue
@@ -25,7 +25,7 @@
   export default {
     name: 'json-editor',
     props: {
-      value: Array,
+      value: null,
       mode: {
         type: String,
         default: 'tree'

Reply via email to