Skip to content

Commit

Permalink
feat: ✨ BasicSmallLayout ts 类型优化
Browse files Browse the repository at this point in the history
  • Loading branch information
dizuncainiao committed May 22, 2023
1 parent b29262c commit 5aadeaf
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>
type: String as PropType<string | number>
},
// 标题
title: {
Expand Down

0 comments on commit 5aadeaf

Please sign in to comment.