支持系统菜单功能

This commit is contained in:
muwoo
2021-12-10 16:47:33 +08:00
parent c9d6b04a7d
commit 6ee0b2a795
8 changed files with 99 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
@changeSelect="changeSelect"
:searchValue="searchValue"
:placeholder="placeholder"
:pluginLoading="pluginLoading"
@choosePlugin="choosePlugin"
/>
</div>
@@ -39,6 +40,7 @@ const {
openPlugin,
currentPlugin,
placeholder,
pluginLoading,
} = createPluginManager();
initPlugins();