fix: skip compilation for page contents

This commit is contained in:
Nick 2019-05-24 22:47:45 -04:00
parent 4f1c419859
commit 585f2d0296

View File

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