Skip to content

Commit

Permalink
fix: correct value of 'value' in KFlex docs (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkc918 authored Jan 28, 2024
1 parent 7e79a83 commit dcc32a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/flex/basic.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { KFlex } from '@ikun-ui/flex';
import { KRadio } from '@ikun-ui/radio';
import { KRadioGroup } from '@ikun-ui/radio-group';
let value = '2';
let value = '1';
let vertical = false;
const handleUpdated = (e) => {
value = e.detail;
Expand Down

0 comments on commit dcc32a9

Please sign in to comment.