We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fa5ac commit a1708e9Copy full SHA for a1708e9
src/views/example/components/ArticleDetail.vue
@@ -28,7 +28,7 @@
28
<el-row>
29
<el-col :span="8">
30
<el-form-item label-width="45px" label="作者:" class="postInfo-container-item">
31
- <el-select v-model="postForm.author" :remote-method="getRemoteUserList" filterable remote placeholder="搜索用户">
+ <el-select v-model="postForm.author" :remote-method="getRemoteUserList" filterable default-first-option remote placeholder="搜索用户">
32
<el-option v-for="(item,index) in userListOptions" :key="item+index" :label="item" :value="item" />
33
</el-select>
34
</el-form-item>
0 commit comments