fix: disable template compilation in source view

This commit is contained in:
Nicolas Giard 2023-06-03 23:15:22 -04:00
parent 55bd9944f5
commit 3bf1d9cf28
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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