mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
clean up
This commit is contained in:
parent
17c6fc4acb
commit
697253be49
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ export default Vue.extend({
|
|||
// 300pxないと絶対右にはみ出るので左に移動してしまう
|
||||
const areaWidth = (this.$el as any)?.clientWidth;
|
||||
if (areaWidth && areaWidth < 300) this.tweetLeft = areaWidth - 241;
|
||||
console.log(`areaWidth: ${areaWidth}`);
|
||||
console.log(`this.tweetLeft: ${this.tweetLeft}`);
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
|
Loading…
Reference in a new issue