<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>
标签:输入框,图标,自定义,elementui
From: https://www.cnblogs.com/xxdmua/p/17483003.html