mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 09:03:08 +02:00
missing colon
This commit is contained in:
parent
a4f197f608
commit
a0833ca691
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default Vue.extend({
|
|||
};
|
||||
},
|
||||
mounted() {
|
||||
this.width = this.$refs.i.getBoundingClientRect().width
|
||||
this.width = this.$refs.i.getBoundingClientRect().width;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue