fix Bug or add example

This commit is contained in:
Ah jung
2021-07-21 18:33:02 +08:00
parent 54e68db0c2
commit fa8b33acbe
32 changed files with 1096 additions and 287 deletions
+1 -2
View File
@@ -29,7 +29,6 @@
</n-input>
</n-form-item>
<n-form-item
path="isCaptcha">
<div class="w-full">
<mi-captcha
@@ -110,7 +109,7 @@ export default defineComponent({
formInline: {
username: 'admin',
password: '123456',
isCaptcha: false
isCaptcha: true
}
})
const rules = {