Skip to content

Commit

Permalink
fix(numeric): [numeric] modify description
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 committed Dec 2, 2024
1 parent 292c36f commit 87522ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sites/demos/apis/numeric.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ interface INumericFormat {
type: 'interface',
code: `
interface IStepStrategy {
value: string | number,
value: number | string, // 5 或者 '5'
mode: 'strictly' | 'restore'
}
`
Expand Down

0 comments on commit 87522ed

Please sign in to comment.