doc(tabs): fix typo

This commit is contained in:
07akioni 2020-04-23 18:40:59 +08:00
parent 8990381845
commit 46d2f7583e
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
>
<n-tab-pane
name="signin"
label="登"
label="登"
>
<n-form>
<n-form-item-row label="用户名">
@ -41,7 +41,7 @@
<n-input />
</n-form-item-row>
</n-form>
<n-button type="primary" block></n-button>
<n-button type="primary" block></n-button>
</n-tab-pane>
<n-tab-pane
name="signup"

View File

@ -32,7 +32,7 @@
>
<n-tab-pane
name="signin"
label="登"
label="登"
>
<n-form>
<n-form-item-row label="用户名">
@ -42,7 +42,7 @@
<n-input />
</n-form-item-row>
</n-form>
<n-button type="primary" block></n-button>
<n-button type="primary" block></n-button>
</n-tab-pane>
<n-tab-pane
name="signup"