We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73db62b commit 63aac4aCopy full SHA for 63aac4a
website/pages/ac/_id/_key.vue
@@ -168,7 +168,8 @@
168
}
169
})
170
171
- }
+ },
172
+ layout: 'nosidebar'
173
174
</script>
175
website/pages/book/edit/chapter/_id.vue
@@ -205,6 +205,9 @@
205
getBookChapterContent () {
206
let self = this
207
request.getBookChapter({
208
+ query: {
209
+ f: self.contentType === 'markdown' ? 'md' : ''
210
211
params: {
212
chapterID: self.curChapter.id
213
0 commit comments