We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b720c commit ae29137Copy full SHA for ae29137
src/views/component/switch.js
@@ -22,7 +22,7 @@ export const switch_api = `
22
23
<!-- 2 js调用方式 -->
24
<label class="cd-switch disabled">
25
- <input id="switch" type="radio" value="1" disabled />
+ <input id="switch" type="radio" value="1" checked />
26
</label>
27
28
// 为了避免和js中的switch关键词冲突,故用onoff
0 commit comments