[bugfix] fix vetur auto-complete config file (#3617)

This commit is contained in:
neverland 2019-06-24 17:09:22 +08:00 committed by GitHub
parent edad95bc84
commit 01b9944b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
const fs = require('fs-extra');
const path = require('path');
const babel = require('@babel/core');
const markdownVetur = require('markdown-vetur');
const markdownVetur = require('@vant/markdown-vetur');
const esDir = path.join(__dirname, '../es');
const libDir = path.join(__dirname, '../lib');

View File

@ -73,6 +73,7 @@
"@vant/doc": "^2.3.2",
"@vant/eslint-config": "^1.1.2",
"@vant/markdown-loader": "^2.0.0",
"@vant/markdown-vetur": "^1.0.0",
"@vant/touch-emulator": "^1.0.0",
"@vue/babel-preset-jsx": "^1.0.0",
"@vue/server-test-utils": "^1.0.0-beta.29",
@ -95,7 +96,6 @@
"less": "^3.8.1",
"less-loader": "^5.0.0",
"lint-staged": "^8.2.1",
"markdown-vetur": "0.0.5",
"postcss": "^7.0.17",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.12.1",

View File

@ -1129,6 +1129,11 @@
highlight.js "^9.15.6"
markdown-it "^8.4.2"
"@vant/markdown-vetur@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@vant/markdown-vetur/-/markdown-vetur-1.0.0.tgz#04774bc45cb6e11c734b8985925558ed8d3aab61"
integrity sha512-v6rVoLPJhKc6V4iHnidaueHCdkF6/aCVdQFDGvKcYoNJnVL8t8pem/XGJ+VBFNfD3b2pggwLc1QaWYVJFfaXLw==
"@vant/touch-emulator@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@vant/touch-emulator/-/touch-emulator-1.0.0.tgz#e9ea133fd874a534481c84e12089b2e9d552544b"
@ -6344,11 +6349,6 @@ markdown-table@^1.1.0:
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786"
integrity sha512-NcWuJFHDA8V3wkDgR/j4+gZx+YQwstPgfQDV8ndUeWWzta3dnDTBxpVzqS9lkmJAuV5YX35lmyojl6HO5JXAgw==
markdown-vetur@0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/markdown-vetur/-/markdown-vetur-0.0.5.tgz#293e23e21e2bd937b3e61dd848bccea8bfc6f27f"
integrity sha512-8V3+cLJqykufYhcg+oM/ejh/59X51Fu/WR1SYTrNWFcqaMZTgWOqcGBDff6VVTfyrCDLzBFHNWlLHMSxks7WIg==
matcher@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/matcher/-/matcher-1.1.1.tgz#51d8301e138f840982b338b116bb0c09af62c1c2"