feat: provide english version of web-types (#10207)

This commit is contained in:
neverland
2022-01-17 16:06:55 +08:00
committed by GitHub
parent d4aebef89c
commit b3d6611c74
5 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ export function genVeturConfig() {
markdownVetur.parseAndWrite({
name: vantConfig.name,
path: SRC_DIR,
test: /zh-CN\.md/,
test: /README\.md/,
version: pkgJson.version,
outputDir: VETUR_DIR,
...options,