From 82ce590eb87859c4545a69a1af1deff24a912902 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Thu, 3 Dec 2020 17:13:51 +0800 Subject: [PATCH] docs(site): add docsearch version meta --- vant.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vant.config.js b/vant.config.js index c132b93ee..af14cccff 100644 --- a/vant.config.js +++ b/vant.config.js @@ -18,6 +18,11 @@ module.exports = { baiduAnalytics: { seed: 'ad6b5732c36321f2dafed737ac2da92f', }, + htmlPluginOptions: { + meta: { + 'docsearch:version': '2.x', + }, + }, locales: { 'zh-CN': { title: 'Vant',