Skip to content

Commit

Permalink
feat(menu): remove demo default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ming680 committed Jul 19, 2024
1 parent 7c1f606 commit 349de82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range-input/_example/base.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'tdesign-web-components/range-input';

export default function RangeInput() {
return <t-range-input defaultValue={[1, 2]} />;
return <t-range-input />;
}

0 comments on commit 349de82

Please sign in to comment.