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 392603c commit b98f122Copy full SHA for b98f122
src/views/ai/writer/index/components/Left.vue
@@ -104,7 +104,7 @@ import { ref } from 'vue'
104
import Tag from './Tag.vue'
105
import { WriteVO } from '@/api/ai/writer'
106
import { omit } from 'lodash-es'
107
-import { getIntDictOptions } from '@/utils/dict'
+import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
108
import { AiWriteTypeEnum, WriteExample } from '@/views/ai/utils/constants'
109
110
type TabType = WriteVO['type']
0 commit comments