🐛: 修复 icon-picker 组件 lay-input 引用使用类型错误
This commit is contained in:
parent
7c9dc3815f
commit
13c8d4605d
@ -151,7 +151,7 @@ const searchList = (str: string, container: any) => {
|
|||||||
<lay-input
|
<lay-input
|
||||||
@input="search"
|
@input="search"
|
||||||
@clear="clear"
|
@clear="clear"
|
||||||
:autocomplete="true"
|
autocomplete="true"
|
||||||
:allow-clear="true"
|
:allow-clear="true"
|
||||||
>
|
>
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user