nullチェックしたい。
<div v-if="res.social.amazon !== null">
あるでー
</div>
<div v-else>
ないでー
</div>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 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