Skip to content

Commit 254a39b

Browse files
authored
Merge pull request #389 from ttbooking/bugfix/typedef
(fix) component type definition
2 parents 6e890aa + 5e08b87 commit 254a39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export interface AdvancedChatOptions {
184184
props: Props
185185
}
186186

187-
export default class AdvancedChat extends Vue {
187+
export class VueAdvancedChat extends Vue {
188188
rooms: Rooms
189189
messages: Messages
190190

0 commit comments

Comments
 (0)