when vue renders page data, if the data in the data data is empty, how to set the default value when setting data data to null without using v-if
<img :src="item.url" alt="">
here, if url
in item
is empty, then the image path will be empty and the page will not display pictures. How to specify a default path when url is empty