mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 06:56:33 +09:00
missing colon
This commit is contained in:
@ -45,7 +45,7 @@ export default Vue.extend({
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.width = this.$refs.i.getBoundingClientRect().width
|
||||
this.width = this.$refs.i.getBoundingClientRect().width;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user