mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 16:37:18 +08:00
perf: 优化菜单搜索
This commit is contained in:
parent
d2aa4c8850
commit
611b591da8
@ -164,7 +164,7 @@ onKeyStroke("ArrowDown", handleDown);
|
|||||||
size="large"
|
size="large"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
clearable
|
clearable
|
||||||
placeholder="搜索菜单"
|
placeholder="搜索菜单(中文模式下支持拼音搜索)"
|
||||||
@input="handleSearch"
|
@input="handleSearch"
|
||||||
>
|
>
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user