This commit is contained in:
syuilo
2018-02-18 18:40:24 +09:00
parent 8b6e9050c4
commit e82864d4fc
9 changed files with 12 additions and 12 deletions

View File

@ -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',