Skip to content

Commit

Permalink
修改兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
lilinsen committed Mar 18, 2019
1 parent 827b16e commit d407734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev:demo": "cross-env NODE_ENV=development webpack-dev-server -d --open --progress --config build/webpack.demo.dev.conf.js",
"build:demo": "cross-env NODE_ENV=production webpack --hide-modules --progress --config build/webpack.demo.build.conf.js",
"dev:doc": "cross-env NODE_ENV=development webpack-dev-server -d --open -w --progress --config build/webpack.doc.dev.conf.js",
"dev:clear":"node scripts/clearcache.js",
"dev:clear": "node scripts/clearcache.js",
"dev": "npm run dev:demo",
"dev:carefree": "cross-env NODE_ENV=carefree carefree_env=dev webpack -w --colors --progress --config build/webpack.demo.dev.conf.js",
"build:doc": "cross-env NODE_ENV=production webpack --hide-modules --progress --config build/webpack.doc.build.conf.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/mdToVue.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function fileDisplay(param) {
let reslength = res.length;
let routers = [];
res.map((item,index)=>{ //数组化文件
ismd(item,hashMsgObj,res=>{
ismd(item.path,hashMsgObj,res=>{
//res md文件处理结果
createdFile(param.output + res.mdName + '.vue', res.html, param)
})
Expand Down

0 comments on commit d407734

Please sign in to comment.