nullチェックしたい。
<div v-if="res.social.amazon !== null">
あるでー
</div>
<div v-else>
ないでー
</div>
Go to list of users who liked
More than 3 years have passed since last update.
nullチェックしたい。
<div v-if="res.social.amazon !== null">
あるでー
</div>
<div v-else>
ないでー
</div>
Register as a new user and use Qiita more conveniently
Go to list of users who liked