1 Commits

Author SHA1 Message Date
yangsy f78d3b32c0 feat(vimp): 新增资源面板组件并修正导入拼写错误
修复vimp页面资源面板组件的导入文件名拼写错误,新增的资源面板支持多标签资源分类、折叠展开切换以及对应标签页的搜索过滤功能。
2026-06-09 15:34:45 +08:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
import ResourcePanel from './components/resource-pannel.vue';
import ResourcePanel from './components/resource-panel.vue';
const onDragover = (event: DragEvent) => {
event.preventDefault();