Commit 5ffa1893 authored by NGPixel's avatar NGPixel

fix: add v-pre to pre tags at render time

parent 919d7c12
...@@ -261,6 +261,10 @@ module.exports = { ...@@ -261,6 +261,10 @@ module.exports = {
} }
iterateMustacheNode($.root()) iterateMustacheNode($.root())
$('pre').each((idx, elm) => {
$(elm).attr('v-pre', true)
})
// -------------------------------- // --------------------------------
// STEP: POST // STEP: POST
// -------------------------------- // --------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment