IframeConstellationDiagram.vue

This commit is contained in:
严浩
2025-04-09 18:07:11 +08:00
parent 4e56d311f1
commit 318fa4ea33
2 changed files with 1 additions and 4 deletions

View File

@@ -14,5 +14,5 @@ const data: Array<[number, number]> = [
</script>
<template>
<IframeConstellationDiagram :data />
<IframeConstellationDiagram :data style="width: 300px; height: 300px" />
</template>