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