Merge branch 'develop' of ***REMOVED*** into develop

This commit is contained in:
07akioni 2020-06-03 14:14:05 +08:00
commit 0f2d959acc
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" />