Skip to content

Commit

Permalink
feat: 支持选择知识空间
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 28, 2023
1 parent 06f71fb commit ab1a648
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/publish/SinglePublishDoPublish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,14 @@ onMounted(async () => {
@emitSyncCates="syncCates"
/>

<!-- 知识空间 -->
<publish-knowledge-space
v-model:knowledge-space-type="formData.publishCfg.cfg.knowledgeSpaceType"
v-model:knowledge-space-config="formData.knowledgeSpaceConfig"
v-model:cate-slugs="formData.mergedPost.cate_slugs"
@emitSyncCateSlugs="syncCateSlugs"
/>

<!-- 发布时间 -->
<publish-time v-model="formData.mergedPost" @emitSyncPublishTime="syncPublishTime" />

Expand Down

0 comments on commit ab1a648

Please sign in to comment.