diff --git a/ app.config.ts b/ app.config.ts deleted file mode 100644 index 38c2327..0000000 --- a/ app.config.ts +++ /dev/null @@ -1,20 +0,0 @@ -export default defineAppConfig({ - ui: { - drawer: { - slots: { - overlay: 'fixed inset-0 bg-elevated/75', - content: 'fixed bg-default ring ring-default flex focus:outline-none', - handle: [ - 'shrink-0 !bg-accented', - 'transition-opacity', - ], - container: 'w-full flex flex-col gap-4 p-4 overflow-hidden', - header: '', - title: 'text-highlighted font-semibold', - description: 'mt-1 text-muted text-sm', - body: 'flex-1 overflow-hidden', - footer: 'flex flex-col gap-1.5', - }, - }, - }, -}) diff --git a/pages/product/[id].vue b/pages/product/[id].vue index 32a5081..429f518 100644 --- a/pages/product/[id].vue +++ b/pages/product/[id].vue @@ -1,37 +1,41 @@