xiongzhu hace 3 años
padre
commit
62e396b089
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/renderer/src/components/AssetItem.vue

+ 1 - 0
packages/renderer/src/components/AssetItem.vue

@@ -17,6 +17,7 @@
 import { ref, watchEffect } from 'vue'
 import { ElMessage, ElMessageBox } from 'element-plus'
 import { http } from '@/plugins/http'
+import { store } from '@/stores/store'
 
 const props = defineProps({
     info: {