diff --git a/src/components/dialogs/searchDialog/SearchDialogForm.vue b/src/components/dialogs/searchDialog/SearchDialogForm.vue index 0c9e599..74e0748 100644 --- a/src/components/dialogs/searchDialog/SearchDialogForm.vue +++ b/src/components/dialogs/searchDialog/SearchDialogForm.vue @@ -14,7 +14,6 @@ :rules="[v => !!v || $t('msg.item_is_required', { item: $t('query') })]" clearable /> - {{ $t("plugin", 2) }} + + + + {{ $t("plugin", 1) }} {{ $t("usage") }} + + + {{ $t("all") }} + + + + + + + + @@ -110,7 +139,7 @@ export default class SearchDialogForm extends Vue { @Prop(Boolean) readonly loading: boolean = false; - choosePluginSheetOpen = false; + plugginSelectorOpen = false; availablePlugins: SearchPlugin[] = []; @@ -196,7 +225,6 @@ export default class SearchDialogForm extends Vue {