From 331c1b4630b2ccfd4074a7621c7e2f87a40f3571 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Mon, 9 Apr 2018 14:13:59 +0200 Subject: [PATCH] chore(UI): use computedKeywords to filter the search Both `keywords` and `computedKeywords` work, but `computedKeywords` will make sure this only matches for those with the correct name, not all with that keyword. Thanks! --- packages/@vue/cli-ui/src/views/ProjectPluginsAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-ui/src/views/ProjectPluginsAdd.vue b/packages/@vue/cli-ui/src/views/ProjectPluginsAdd.vue index ccbe1ea004..90dc709ca5 100644 --- a/packages/@vue/cli-ui/src/views/ProjectPluginsAdd.vue +++ b/packages/@vue/cli-ui/src/views/ProjectPluginsAdd.vue @@ -33,7 +33,7 @@ 'name', 'description' ], - filters: `keywords:vue-cli-plugin` + filters: `computedKeywords:vue-cli-plugin` }" >