mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-09-21 14:10:11 +08:00
feat: enhance application type definitions and improve app management logic
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { computed, ref, watch, nextTick, onUnmounted } from 'vue';
|
||||
import type { App } from '@/global/typedefinition';
|
||||
import type { App } from '../global/typedefinition';
|
||||
|
||||
const props = defineProps<{
|
||||
show: boolean;
|
||||
|
||||
Reference in New Issue
Block a user