[Vuejs]-Vue.js v-if is still rendering to the page

2👍

<post-modal v-if="postModal" :show="postModal" :post="post">
   <h3 slot="header">Show Post</h3>
</post-modal>

Demo Link

👤Alex

Leave a comment