mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
refactor(markdown-vetur): support generate webstorm types (#5900)
This commit is contained in:
@@ -5,8 +5,8 @@ import { SRC_DIR, getVantConfig, ROOT } from '../common/constant';
|
||||
|
||||
// generate vetur tags & attributes
|
||||
export function genVeturConfig() {
|
||||
const vantCongig = getVantConfig();
|
||||
const options = get(vantCongig, 'build.vetur');
|
||||
const vantConfig = getVantConfig();
|
||||
const options = get(vantConfig, 'build.vetur');
|
||||
|
||||
if (options) {
|
||||
markdownVetur.parseAndWrite({
|
||||
|
Reference in New Issue
Block a user