mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 01:30:32 +00:00
Only render product when we have it ready.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<product :product="product" />
|
||||
<product v-if="product" :product="product" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user