gaoluyang
2026-06-01 0a3cd80cb9e319e2bc5533a0d648dbb92ec2343e
src/components/PurchaseAIChatSidebar/index.vue
对比新文件
@@ -0,0 +1,10 @@
<template>
  <AIChatSidebar :assistants="assistants" default-assistant="purchase" />
</template>
<script setup>
import AIChatSidebar from '@/components/AIChatSidebar/index.vue'
import { purchaseAssistant } from '@/components/AIChatSidebar/assistants'
const assistants = [purchaseAssistant]
</script>