Skip to content

Commit 3442849

Browse files
fix: scoped styles hash
1 parent ac21417 commit 3442849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FreecasterPlayer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
export type FreecasterPlayerEmits = PlayerEvents
2525
26-
const scopeId = getCurrentInstance().parent.proxy.$options.__scopeId
26+
const scopeId = getCurrentInstance().vnode.scopeId
2727
2828
const props = defineProps<FreecasterPlayerProps>()
2929
const slots = defineSlots<FreecasterPlayerSlots>()

0 commit comments

Comments
 (0)