Skip to content

Commit 10ce0ff

Browse files
committed
fix: 修复图标路径错误
1 parent 319c4c5 commit 10ce0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/player/CanvasPlayer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import movie from '/bird.mp4'
33
import { fabric } from 'fabric'
44
import { onMounted, ref } from 'vue'
5-
import Logo from '~/assets/github.svg'
5+
import Logo from '~/assets/icons/icon-github.svg'
66
77
defineProps<{
88
msg: string

0 commit comments

Comments
 (0)