Liyuan Li 5 years ago
parent
commit
d2d3a44ac0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      demo/comment.js

+ 2 - 2
demo/comment.js

@@ -108,8 +108,8 @@ const matchCommentsTop = (commentsData) => {
 }
 
 window.vditor = new Vditor('vditor', {
-  _lutePath: `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`,
-  // _lutePath: 'src/js/lute/lute.min.js',
+  // _lutePath: `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`,
+  _lutePath: 'src/js/lute/lute.min.js',
   mode: 'wysiwyg',
   debugger: true,
   typewriterMode: true,