Skip to content
Snippets Groups Projects
Commit f7993756 authored by tamaina's avatar tamaina
Browse files

fix

parent 65704bbf
No related merge requests found
<template>
<div class="wrmlmaau" ref="i">
<div class="wrmlmaau">
<div class="body">
<span v-if="note.isHidden" style="opacity: 0.5">({{ $t('private') }})</span>
<span v-if="note.deletedAt" style="opacity: 0.5">({{ $t('deleted') }})</span>
......@@ -39,14 +39,8 @@ export default Vue.extend({
},
data() {
return {
i: this.$refs.i,
faReply
};
},
mounted() {
// for Safari bug
this.width = this.$refs.i.getBoundingClientRect().width;
}
});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment