完成单组练习接口调试

This commit is contained in:
kron
2025-05-29 23:45:44 +08:00
parent 6466c65b66
commit 9db31ce664
14 changed files with 282 additions and 122 deletions

View File

@@ -14,7 +14,7 @@ const props = defineProps({
},
width: {
type: Number,
default: "22",
default: 22,
},
});
</script>