diff --git a/src/components/ScoreResult.vue b/src/components/ScoreResult.vue index 987cfc5..d12d5d0 100644 --- a/src/components/ScoreResult.vue +++ b/src/components/ScoreResult.vue @@ -22,6 +22,10 @@ const props = defineProps({ type: Object, default: () => ({}), }, + tipSrc: { + type: String, + default: "", + }, }); const showPanel = ref(true); const showComment = ref(false); @@ -40,7 +44,7 @@ setTimeout(() => {