Handle message rendering errors via the errorCaptured hook
Also, fix some issues with uploads on iOS
This commit is contained in:
parent
0fa231b52c
commit
2d5ebf205a
5 changed files with 68 additions and 34 deletions
|
|
@ -27,7 +27,7 @@ export default {
|
|||
components: { MessageOutgoing },
|
||||
data() {
|
||||
return {
|
||||
src: null,
|
||||
src: undefined,
|
||||
cover: true,
|
||||
contain: false,
|
||||
dialog: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue