Skip to content

Commit

Permalink
fix: Rect shouldn't be text, right?
Browse files Browse the repository at this point in the history
Try to check our code cautiously, while sleeping in the room
  • Loading branch information
wgxh-cli committed Sep 15, 2024
1 parent 49055d7 commit ebbe5a8
Show file tree
Hide file tree
Showing 2 changed files with 1,490 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/lib/src/widgets/rect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const options = defineWidget(props)
</script>

<template>
<text
<rect
v-bind="figure(options)"
:width="options.width"
:height="options.height"
Expand Down
Loading

0 comments on commit ebbe5a8

Please sign in to comment.