mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
missing colon
This commit is contained in:
parent
c49f490c8c
commit
6e57bce9a4
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…
Add table
Reference in a new issue