Skip to content

Commit

Permalink
feat: ✨ BasicSmallLayout 组件 props 校验优化
Browse files Browse the repository at this point in the history
  • Loading branch information
dizuncainiao committed Mar 27, 2024
1 parent 8c22d21 commit 1b31c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineComponent({
},
// 数值
value: {
type: String as PropType<string | number>
type: [String, Number] as PropType<string | number>
},
// 标题
title: {
Expand Down

0 comments on commit 1b31c8c

Please sign in to comment.