refactor(pages): add author's notes to story page
since that wasn't already done for some reason....
This commit is contained in:
parent
1cd16a4ecc
commit
4f32f9312a
@ -51,6 +51,10 @@
|
|||||||
</a-typography-title>
|
</a-typography-title>
|
||||||
<chapter-picker v-if="story.totalChapters > 1" />
|
<chapter-picker v-if="story.totalChapters > 1" />
|
||||||
<div style="display: flow-root">
|
<div style="display: flow-root">
|
||||||
|
<div>
|
||||||
|
<a-typography-title :level="4">Author's notes:</a-typography-title>
|
||||||
|
<div v-html="story?.currentChapter.notes" />
|
||||||
|
</div>
|
||||||
<a-divider />
|
<a-divider />
|
||||||
</div>
|
</div>
|
||||||
<div v-html="story?.currentChapter.text"></div>
|
<div v-html="story?.currentChapter.text"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user