Send encrypted images
This commit is contained in:
parent
43e876ba80
commit
a164571218
6 changed files with 195 additions and 87 deletions
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
<script>
|
||||
import messageMixin from "./messageMixin";
|
||||
//import axios from 'axios';
|
||||
import util from "../../plugins/utils";
|
||||
|
||||
export default {
|
||||
|
|
@ -34,7 +33,7 @@ export default {
|
|||
};
|
||||
},
|
||||
mounted() {
|
||||
console.log("Mounted with event:", JSON.stringify(this.event.getContent()));
|
||||
//console.log("Mounted with event:", JSON.stringify(this.event.getContent()));
|
||||
const width = this.$refs.image.$el.clientWidth;
|
||||
const height = (width * 9) / 16;
|
||||
util
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue