diff --git a/core/core-frontend/src/custom-component/user-view/Component.vue b/core/core-frontend/src/custom-component/user-view/Component.vue index 4b067a553e..19339a4945 100644 --- a/core/core-frontend/src/custom-component/user-view/Component.vue +++ b/core/core-frontend/src/custom-component/user-view/Component.vue @@ -14,9 +14,8 @@ const props = defineProps({ default: false }, propValue: { - type: String, - required: true, - default: '' + type: Object, + required: true }, element: { type: Object, diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue index e7f286d4bc..b5da9378d3 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue @@ -991,7 +991,7 @@ onMounted(() => { style="width: 100%" :effect="themes" controls-position="right" - precision="0" + :precision="0" :min="1" :max="600" :disabled="!state.tooltipForm.carousel.enable" @@ -1010,7 +1010,7 @@ onMounted(() => { style="width: 100%" :effect="themes" controls-position="right" - precision="0" + :precision="0" :min="1" :max="600" :disabled="!state.tooltipForm.carousel.enable" diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue index a4fcfadae0..ebee71d829 100644 --- a/core/core-frontend/src/views/template-market/index.vue +++ b/core/core-frontend/src/views/template-market/index.vue @@ -13,7 +13,7 @@ @templateApply="templateApply" /> - +