Browse Source

Merge branch 'v2' of https://github.com/jdf2e/nutui into v2

宋成林 7 years ago
parent
commit
f3206f9423
1 changed files with 3 additions and 1 deletions
  1. 3 1
      scripts/mdToVue.js

+ 3 - 1
scripts/mdToVue.js

@@ -194,5 +194,7 @@ function MdToHtml(commomOption) {
     //获取所有的md 转html的结果
     fileDisplay(commomOption.entry,commomOption.output,commomOption.nohead);
 }
-
+MdToHtml.prototype.apply = function (compiler) {
+    //  console.log(compiler,'lls')
+};
 module.exports = MdToHtml;