Files
salvato.newfreeplanet/src/views/ecommerce/productInfo/productInfo.vue
Surya Paolo 6be8ccc906 - Categorie
- ProductInfo
2023-12-27 02:58:23 +01:00

20 lines
346 B
Vue
Executable File

<template>
<q-page>
<div class="panel">
<div class="container">
<div class="row">
<CProductCard :id="id" :cosa="cosa" :complete="true"/>
</div>
</div>
</div>
</q-page>
</template>
<script lang="ts" src="./productInfo.ts">
</script>
<style lang="scss" scoped>
@import './productInfo';
</style>