Update default.html

This commit is contained in:
HAHWUL 2020-09-27 14:36:40 +09:00 committed by GitHub
parent 73e8cd2e04
commit 0da3dfa926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,10 @@
<td>
<input type="checkbox" v-model="checked" :value="lang.id" number>
</td>
{ % raw % }
<td> {{ lang.id }}</td>
<td> {{ lang.name }}</td>
{ % endraw % }
</tr>
</table>
</div>