fix: product description

This commit is contained in:
2026-03-13 08:56:40 +01:00
parent 1e6f3c46d1
commit 126625bace
7 changed files with 81 additions and 343 deletions

View File

@@ -15,6 +15,8 @@ import { useAuthStore } from '@/stores/auth'
import { i18n } from '@/plugins/02_i18n'
import type { TableColumn } from '@nuxt/ui'
import { useI18n } from 'vue-i18n'
import ProductDetailView from './customer/ProductDetailView.vue'
import ProductsView from './customer/ProductsView.vue'
ChartJS.register(Title, Tooltip, Legend, BarElement, CategoryScale, LinearScale)