fix: disable template compilation in source view

pull/6511/head
Nicolas Giard 1 year ago
parent 55bd9944f5
commit 3bf1d9cf28
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63

@ -20,8 +20,7 @@
v-card.grey.radius-7(flat, :class='$vuetify.theme.dark ? `darken-4` : `lighten-4`')
v-card-text
pre
code
slot
slot
nav-footer
notify

@ -11,4 +11,5 @@ block body
:version-id=page.versionId
version-date=page.versionDate
effective-permissions=Buffer.from(JSON.stringify(effectivePermissions)).toString('base64')
)= page.content
)
code(v-pre)= page.content

Loading…
Cancel
Save