refactor: use vue
This commit is contained in:
@@ -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__,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user