Browse Source

no message

DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
043da03e13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/insert/insertContent/detail.vue

+ 1 - 1
src/views/insert/insertContent/detail.vue

@@ -127,7 +127,7 @@
 </template>
 
 <script setup>
-import { submit } from '@/api/insert/insertContent'
+import { submit, detail } from '@/api/insert/insertContent'
 import { useAudioList, useAudioClass, useSettingList } from '@/hooks/index'
 
 const { proxy } = getCurrentInstance();