From 83b61429fa710903e4a82fe655a6c196deb16fbd Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 9 Sep 2022 17:47:23 +0800 Subject: docs: fix api search (#1361) --- docs/api/ApiIndex.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api') diff --git a/docs/api/ApiIndex.vue b/docs/api/ApiIndex.vue index 0846d9f2..ec9c752e 100644 --- a/docs/api/ApiIndex.vue +++ b/docs/api/ApiIndex.vue @@ -55,8 +55,8 @@ function slugify(text: string): string { .replace(/^\-+|\-+$/g, '') // ensure it doesn't start with a number (like #123) .replace(/^(\d)/, '_$1') - // // lowercase - // .toLowerCase() + // lowercase + .toLowerCase() ); } @@ -84,7 +84,7 @@ function slugify(text: string): string { -- cgit v1.2.3