mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-25 03:49:26 +08:00
✨ 支持 setSubInput API
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
@openMenu="openMenu"
|
||||
@changeSelect="changeSelect"
|
||||
:searchValue="searchValue"
|
||||
:placeholder="placeholder"
|
||||
/>
|
||||
</div>
|
||||
<Result
|
||||
@@ -36,6 +37,7 @@ const {
|
||||
changeSelect,
|
||||
openPlugin,
|
||||
currentPlugin,
|
||||
placeholder,
|
||||
} = createPluginManager();
|
||||
|
||||
initPlugins();
|
||||
@@ -89,5 +91,4 @@ const openMenu = () => {
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user