From 6edd821f7a4ece67f6c978c736f0a30f4b3d9388 Mon Sep 17 00:00:00 2001 From: webpangxing <837213722@qq.com> Date: Wed, 1 Dec 2021 11:15:12 +0800 Subject: [PATCH] docs: Update README.md #724 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a851c26..f9f9d68d 100644 --- a/README.md +++ b/README.md @@ -469,7 +469,7 @@ If you want the menu to not show when no match is found, you can set your `noMat ```js noMatchTemplate: function () { - return ''; + return ''; } ```