elementui 输入框 自定义图标

  <el-form-item prop="visitorpath">
                  <el-input
                    v-model="formData.visitorpath"
                    :placeholder="t('EnterName')"
                    class="input-with-select"
                  >
                    <template #prepend>
                      <el-button>
                        <inline-svg
                          :src="
                            getAssetPath(
                              'media/icons/duotune/arrows/arr00116.svg'
                            )
                          "
                      /></el-button>
                    </template>
                  </el-input>
                </el-form-item>
posted @ 2023-06-15 15:20  yjxQWQ  阅读(187)  评论(0编辑  收藏  举报