Commit 585f2d02 authored by Nick's avatar Nick

fix: skip compilation for page contents

parent 4f1c4198
...@@ -35,6 +35,7 @@ block body ...@@ -35,6 +35,7 @@ block body
v-divider.my-2 v-divider.my-2
else if navItem.kind === 'header' else if navItem.kind === 'header'
v-subheader.pl-4= navItem.label v-subheader.pl-4= navItem.label
template(slot='contents')!= page.render template(slot='contents')
div(v-pre)!= page.render
if injectCode.body if injectCode.body
!= injectCode.body != injectCode.body
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