develop #10

Merged
pablone merged 64 commits from develop into master 2024-04-22 11:35:55 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 8874a922b2 - Show all commits

View File

@ -182,7 +182,6 @@ export default defineComponent({
<div class="product-content">
<header class="product-content-header">
<h3 class="product-content-title subtitle">
{{ products.current?.image }}
{{ products.current?.name }}
<q-skeleton type="rect" v-if="!products.current?.name" />
</h3>