mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 17:30:17 +08:00
feat: enhance application type definitions and improve app management logic
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { UpdateAppItem } from '@/global/typedefinition';
|
||||
import type { UpdateAppItem } from '../global/typedefinition';
|
||||
|
||||
defineProps<{
|
||||
show: boolean;
|
||||
|
||||
Reference in New Issue
Block a user