diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-18 18:40:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-18 18:40:31 +0900 |
| commit | e82864d4fc63334560fbb2c324f180cb6d9cd3d6 (patch) | |
| tree | 6d6b6affe9443634866219732a6eeefeb637b6e8 /src/web/app/mobile | |
| parent | wip (diff) | |
| download | misskey-e82864d4fc63334560fbb2c324f180cb6d9cd3d6.tar.gz misskey-e82864d4fc63334560fbb2c324f180cb6d9cd3d6.tar.bz2 misskey-e82864d4fc63334560fbb2c324f180cb6d9cd3d6.zip | |
wip
Diffstat (limited to 'src/web/app/mobile')
| -rw-r--r-- | src/web/app/mobile/views/components/notify.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/views/components/notify.vue b/src/web/app/mobile/views/components/notify.vue index d3e09e450b..6d4a481dbe 100644 --- a/src/web/app/mobile/views/components/notify.vue +++ b/src/web/app/mobile/views/components/notify.vue @@ -11,7 +11,7 @@ import * as anime from 'animejs'; export default Vue.extend({ props: ['notification'], mounted() { - Vue.nextTick(() => { + this.$nextTick(() => { anime({ targets: this.$el, bottom: '0px', |