mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
missing colon
This commit is contained in:
parent
c49f490c8c
commit
6e57bce9a4
@ -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