Browse Source

upd: markdown version 0.0.3

richard1015 5 years ago
parent
commit
ed8dba8fb1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/plugin/markdown-to-vue/mdToVue.js
  2. 1 1
      lib/plugin/markdown-to-vue/package.json

+ 1 - 1
lib/plugin/markdown-to-vue/mdToVue.js

@@ -197,7 +197,7 @@ class mdVue {
                             </template><script>import root from '../root.js';
             export default {
                 mixins:[root],
-                name:${param.vname}
+                name:"${param.vname}"
             }</script>`;
 			_that.Articlehead = '';
 			_that.Articleheadcount = 0;

+ 1 - 1
lib/plugin/markdown-to-vue/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nutui/markdown-to-vue",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "description": "markdown-to-vue",
   "main": "mdToVue.js",
   "scripts": {