feat: content rendering improvements + save fix
This commit is contained in:
@@ -4,6 +4,7 @@ block body
|
||||
#root
|
||||
v-app
|
||||
editor(
|
||||
:page-id=page.id
|
||||
locale=page.localeCode
|
||||
path=page.path
|
||||
title=page.title
|
||||
|
@@ -14,6 +14,6 @@ block body
|
||||
updated-at=page.updatedAt
|
||||
author-name=page.authorName
|
||||
:author-id=page.authorId
|
||||
is-published=page.isPublished
|
||||
:is-published=page.isPublished
|
||||
)
|
||||
template(slot='contents')!= page.render
|
||||
|
Reference in New Issue
Block a user