Skip to content

Commit 244c423

Browse files
committed
(fix) format
1 parent 4f2240c commit 244c423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/ChatContainer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default {
122122
{ name: 'deleteRoom', title: 'Delete Room' }
123123
],
124124
styles: { container: { borderRadius: '4px' } }
125-
// dbRequestCount: 0
125+
// ,dbRequestCount: 0
126126
}
127127
},
128128
@@ -664,7 +664,7 @@ export default {
664664
this.removeUserId = ''
665665
}
666666
667-
// incrementDbCounter(type, size) {
667+
// ,incrementDbCounter(type, size) {
668668
// size = size || 1
669669
// this.dbRequestCount += size
670670
// console.log(type, size)

0 commit comments

Comments
 (0)