Skip to content

Commit

Permalink
fix(container): modify mobile problem (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 authored Dec 16, 2024
1 parent ebc9b24 commit 404f485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sites/demos/mobile/app/container/basic-usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="option-row">
<span class="tip">选择版型:</span>
<tiny-radio-group v-model="pattern">
<tiny-radio label="default">默认:default</tiny-radio>
<tiny-radio label="classic">经典:classic</tiny-radio>
<tiny-radio label="default" v-model="pattern">默认:default</tiny-radio>
<tiny-radio label="classic" v-model="pattern">经典:classic</tiny-radio>
</tiny-radio-group>
</div>
<tiny-container :pattern="pattern">
Expand Down

0 comments on commit 404f485

Please sign in to comment.