refactor: use vue

This commit is contained in:
Shivam Mishra
2025-05-14 14:05:58 +05:30
parent da6fbe8579
commit 0868a9af70
3 changed files with 15 additions and 25 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ import { useInfiniteScroll, useThrottleFn } from '@vueuse/core';
const props = defineProps({
conversationId: {
type: Number,
required: true,
// eslint-disable-next-line no-underscore-dangle
default: window.__WOOT_CONVERSATION_ID__,
},
});