mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(config) id="auth" -> data-name="js-auth"
This commit is contained in:
parent
43df69cb9b
commit
f7ab752bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<ul class="list" >
|
||||
<li>
|
||||
<label>
|
||||
<input id="auth" type="checkbox" {{ auth }} >
|
||||
<input data-name="js-auth" type="checkbox" {{ auth }} >
|
||||
Auth
|
||||
</label>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue