fix nodata svg

This commit is contained in:
jxxghp
2024-05-07 19:30:43 +08:00
parent 62a0e46698
commit dd22b2580e
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import image from '@images/misc/teamwork.png'
import image from '@images/no-data.svg'
const props = defineProps<Props>()