fix: add v-pre to pre tags at render time
This commit is contained in:
parent
919d7c12a1
commit
5ffa189383
@ -261,6 +261,10 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
iterateMustacheNode($.root())
|
iterateMustacheNode($.root())
|
||||||
|
|
||||||
|
$('pre').each((idx, elm) => {
|
||||||
|
$(elm).attr('v-pre', true)
|
||||||
|
})
|
||||||
|
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
// STEP: POST
|
// STEP: POST
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user