diff --git a/src/App.vue b/src/App.vue index 651f21a..26211d7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -247,7 +247,7 @@ leftAsideStore.registerConfig('vue四遥组件', [ }, showInfo: { type: 'switch', - val: true, + val: false, title: '显示详情' }, location: { @@ -309,6 +309,11 @@ leftAsideStore.registerConfig('vue四遥组件', [ val: '--', title: '绑定ID' }, + showInfo: { + type: 'switch', + val: false, + title: '显示名称' + }, location: { type: 'select', val: 'bottom', diff --git a/src/components/vue-xq-test/vue-num-info.vue b/src/components/vue-xq-test/vue-num-info.vue index 0e0e28d..d691036 100644 --- a/src/components/vue-xq-test/vue-num-info.vue +++ b/src/components/vue-xq-test/vue-num-info.vue @@ -1,64 +1,4 @@