QingWei-Li / vue-markdown-loader

📇 Convert Markdown file to Vue2.0 component.
704 stars 161 forks source link

use v-pre to disable vue compilation #20

Closed Tidyzq closed 7 years ago

Tidyzq commented 7 years ago
  1. use v-pre to disable vue compilation instead of appending span tags
  2. disable vue compilation for code_inline, code_block and fence rules
  3. optimize code for both webpack2.0 options and webpack1.x vueMarkdown options (webpack1.x support is not tested)
QingWei-Li commented 7 years ago

Good job! ❤️