オブジェクトを入れる場合は、以下
this.user = Object.assign({}, this.user,data)
これでオブジェクトを入れられる。
そのまま突っ込んでもバグるので注意。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
オブジェクトを入れる場合は、以下
this.user = Object.assign({}, this.user,data)
これでオブジェクトを入れられる。
そのまま突っ込んでもバグるので注意。
Register as a new user and use Qiita more conveniently
Go to list of users who liked