0👍
It was a typo:
<div v:if="post.featured_media">
Should have been:
<div v-if="post.featured_media">
- [Vuejs]-How to show data in detail product?
- [Vuejs]-Vue 2 v-model data not binding and removing property
Source:stackexchange.com
0👍
It was a typo:
<div v:if="post.featured_media">
Should have been:
<div v-if="post.featured_media">