diff --git a/apps/www/content/2.examples/workflow.md b/apps/www/content/2.examples/workflow.md index e4d0981..1feb413 100644 --- a/apps/www/content/2.examples/workflow.md +++ b/apps/www/content/2.examples/workflow.md @@ -18,7 +18,7 @@ Let's walk through how to build a workflow visualization using AI Elements Vue. First, set up a new Vue.js repo by running the following command: - :pm-x{command="create vite@latest ai-workflow --template vue-ts"} + :pm-x{command="create-vite@latest ai-workflow --template vue-ts"} ::alert{type="info" icon="lucide:book"} Follow this [guide](https://www.shadcn-vue.com/docs/installation/vite.html) to setup **shadcn/vue** and **Tailwind**. diff --git a/apps/www/plugins/ai-elements.ts b/apps/www/plugins/ai-elements.ts index f28cbb7..64417a9 100644 --- a/apps/www/plugins/ai-elements.ts +++ b/apps/www/plugins/ai-elements.ts @@ -7,11 +7,11 @@ import { Checkpoint, CodeBlock, CodeBlockDark, - Context, Confirmation, ConfirmationAccepted, ConfirmationRejected, ConfirmationRequest, + Context, Conversation, Image, InlineCitation,