Skip to content

Commit

Permalink
fix(epicmaxco#3700): prety radio docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Aug 31, 2023
1 parent 21b1b0e commit 3807beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
export default {
data() {
return {
selectedOption: "one",
selectedOption: "One",
};
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export default {
data() {
return {
value: 'one',
value: 'One',
};
},
};
Expand Down

0 comments on commit 3807beb

Please sign in to comment.