perf: icon

This commit is contained in:
xiaoxian521
2022-05-18 12:27:49 +08:00
parent 378feceb5f
commit 8f5981a313
6 changed files with 18 additions and 2 deletions

View File

@@ -114,6 +114,9 @@ watch(imgCode, value => {
clearable
v-model="ruleForm.verifyCode"
placeholder="验证码"
:prefix-icon="
useRenderIcon('ri:shield-keyhole-line', { online: true })
"
>
<template v-slot:append>
<ReImageVerify v-model:code="imgCode" />