mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-03-01 00:23:11 +08:00
fix Bug or add example
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user