调整quasar组件在paramimporter中的引入方式

This commit is contained in:
fofolee
2025-01-19 13:44:12 +08:00
parent 59b5c220ed
commit c177584274
11 changed files with 83 additions and 577 deletions

View File

@@ -33,7 +33,7 @@ export const utoolsCommands = {
icon: "exit_to_app",
config: [
{
component: "q-select",
component: "QSelect",
options: [
{ label: "杀死插件进程", value: true },
{ label: "插件隐藏到后台", value: false },