diff --git a/src/views/post/PostEdit.vue b/src/views/post/PostEdit.vue
index 6453f3c42..6d641f7d2 100644
--- a/src/views/post/PostEdit.vue
+++ b/src/views/post/PostEdit.vue
@@ -81,6 +81,12 @@
/>
+
+
+
@@ -171,6 +177,7 @@ import TagSelect from './components/TagSelect'
import { mavonEditor } from 'mavon-editor'
import AttachmentDrawer from '../attachment/components/AttachmentDrawer'
import AttachmentSelectDrawer from '../attachment/components/AttachmentSelectDrawer'
+import CategorySelectTree from './components/CategorySelectTree'
import FooterToolBar from '@/components/FooterToolbar'
import { mixin, mixinDevice } from '@/utils/mixin.js'
import { toolbars } from '@/core/const'
@@ -185,7 +192,8 @@ export default {
CategoryTree,
FooterToolBar,
AttachmentDrawer,
- AttachmentSelectDrawer
+ AttachmentSelectDrawer,
+ CategorySelectTree
},
mixins: [mixin, mixinDevice],
data() {