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:
@@ -16,7 +16,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import AppCard from './AppCard.vue';
|
||||
import type { App } from '@/global/typedefinition';
|
||||
import type { App } from '../global/typedefinition';
|
||||
|
||||
defineProps<{
|
||||
apps: App[];
|
||||
|
||||
Reference in New Issue
Block a user