mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-15 23:28:26 +09:00
missing colon
This commit is contained in:
parent
a4f197f608
commit
a0833ca691
@ -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 New Issue
Block a user