Fix console error - maximum call stack size exceeded

このコミットが含まれているのは:
jasper 2019-02-15 00:01:13 -08:00
コミット daa10f3969
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -16,7 +16,7 @@ const UserProfile = {
}
},
destroyed () {
this.cleanUp(this.userId)
this.cleanUp()
},
computed: {
timeline () {