Merge pull request #146 from wanli-song/develop

docs(tag): modify the demo of DynamicTags
This commit is contained in:
07akioni 2020-06-03 14:11:27 +08:00 committed by GitHub Enterprise
commit 9edf4b6301
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Edit Dynamically
```html
<n-dynamic-tags v-model="model.tags" @change="handleChange" />
Use in form.
<p style="margin: 20px 0 16px 0;">Use in form.</p>
<n-form :model="model" :rules="rules">
<n-form-item
style="padding-top:0"
path="tags"
>
<n-dynamic-tags v-model="model.tags" />

View File

@ -1,10 +1,10 @@
# 动态编辑标签
```html
<n-dynamic-tags v-model="model.tags" @change="handleChange" />
在表单中使用
<p style="margin: 20px 0 16px 0;">在表单中使用</p>
<n-form :model="model" :rules="rules">
<n-form-item
style="padding-top:0"
path="tags"
>
<n-dynamic-tags v-model="model.tags" />