se color la url
This commit is contained in:
parent
ac8fbfb4ad
commit
8874a922b2
|
@ -182,7 +182,6 @@ export default defineComponent({
|
||||||
<div class="product-content">
|
<div class="product-content">
|
||||||
<header class="product-content-header">
|
<header class="product-content-header">
|
||||||
<h3 class="product-content-title subtitle">
|
<h3 class="product-content-title subtitle">
|
||||||
{{ products.current?.image }}
|
|
||||||
{{ products.current?.name }}
|
{{ products.current?.name }}
|
||||||
<q-skeleton type="rect" v-if="!products.current?.name" />
|
<q-skeleton type="rect" v-if="!products.current?.name" />
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in New Issue