diff --git a/app/components/floatingBubble/index.vue b/app/components/floatingBubble/index.vue index 0fc4b58..41ef4b9 100644 --- a/app/components/floatingBubble/index.vue +++ b/app/components/floatingBubble/index.vue @@ -4,10 +4,13 @@ const props=defineProps({ type:Function, } }) +const route = useRoute() +