From 0b952c02bd851e56076ab75d0c71030f743a3e13 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 30 Aug 2023 16:20:55 +0800 Subject: [PATCH] fix: build --- apps/www/package.json | 1 + .../lib/registry/default/examples/AlertDialogDemo.vue | 4 ++-- .../src/lib/registry/default/examples/DialogDemo.vue | 8 ++++---- .../src/lib/registry/default/examples/PopoverDemo.vue | 8 ++++---- .../src/lib/registry/default/examples/SelectDemo.vue | 2 +- package.json | 1 + pnpm-lock.yaml | 10 ++++++++++ 7 files changed, 23 insertions(+), 11 deletions(-) diff --git a/apps/www/package.json b/apps/www/package.json index 169aae71..2b83f2dc 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -25,6 +25,7 @@ "devDependencies": { "@iconify-json/radix-icons": "^1.1.11", "@iconify-json/tabler": "^1.1.89", + "@iconify/json": "^2.2.108", "@iconify/vue": "^4.1.1", "@vitejs/plugin-vue": "^4.1.0", "autoprefixer": "^10.4.14", diff --git a/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue b/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue index dac926aa..82b055ec 100644 --- a/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue +++ b/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue @@ -9,8 +9,8 @@ import { AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, -} from '@/registry/default/ui/alert-dialog' -import { Button } from '@/registry/default/ui/button' +} from '@/lib/registry/default/ui/alert-dialog' +import { Button } from '@/lib/registry/default/ui/button'