chore: fix typescript type hint

This commit is contained in:
JaguarJack
2023-03-11 11:13:26 +08:00
parent 9dada7428a
commit a6a671def5
10 changed files with 72 additions and 54 deletions

View File

@@ -14,7 +14,7 @@
</div>
</template>
<script lang="ts" setup>
import packages from '/admin/../package.json'
import packages from '../../../../package.json'
import { computed } from 'vue'
const dependencies = computed(() => {