missing colon

This commit is contained in:
tamaina 2020-02-15 19:34:30 +09:00
parent c49f490c8c
commit 6e57bce9a4

View File

@ -45,7 +45,7 @@ export default Vue.extend({
};
},
mounted() {
this.width = this.$refs.i.getBoundingClientRect().width
this.width = this.$refs.i.getBoundingClientRect().width;
}
});
</script>