🐛: 修复 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
|
||||
@input="search"
|
||||
@clear="clear"
|
||||
:autocomplete="true"
|
||||
autocomplete="true"
|
||||
:allow-clear="true"
|
||||
>
|
||||
<template #prefix>
|
||||
|
Loading…
Reference in New Issue
Block a user