Skip to content

Commit

Permalink
fix: 修复图标路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrongding committed Mar 31, 2024
1 parent 319c4c5 commit 10ce0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/player/CanvasPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import movie from '/bird.mp4'
import { fabric } from 'fabric'
import { onMounted, ref } from 'vue'
import Logo from '~/assets/github.svg'
import Logo from '~/assets/icons/icon-github.svg'
defineProps<{
msg: string
Expand Down

0 comments on commit 10ce0ff

Please sign in to comment.