From 11d747dcd2e56bdc13ee0354e2c5596a716c9e4c Mon Sep 17 00:00:00 2001 From: yuguaa <280722781@qq.com> Date: Thu, 27 Nov 2025 14:44:27 +0800 Subject: [PATCH] fix: chatbot context docs error --- apps/www/content/3.components/1.chatbot/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/3.components/1.chatbot/context.md b/apps/www/content/3.components/1.chatbot/context.md index 081df57..947588a 100644 --- a/apps/www/content/3.components/1.chatbot/context.md +++ b/apps/www/content/3.components/1.chatbot/context.md @@ -630,7 +630,7 @@ The component uses Tailwind CSS classes and follows your design system: - **Cost Estimation:** Real-time cost calculation using the tokenlens library - **Intelligent Formatting:** Automatic token count formatting (K, M, B suffixes) - **Interactive Hover Card:** Detailed information revealed on hover -- **Context Provider Pattern:** Clean data flow through Vue’s p`rovide/inject` API +- **Context Provider Pattern:** Clean data flow through Vue’s `provide/inject` API - **TypeScript Support:** Full type definitions for all components - **Accessible Design:** Proper ARIA labels and semantic HTML - **Theme Integration:** Uses currentColor for automatic theme adaptation