chat-bot-monorepo
v0.1.6
Published
Dify Chat Bot UI component library based on Vue 3, TypeScript and Element Plus
Maintainers
Readme
Dify Chat Bot UI
基于 Vue 3 + TypeScript + Element Plus 的组件库。
安装
npm install chat-bot-monorepo全量引入
import DifyChatBot from 'chat-bot-monorepo'
import 'chat-bot-monorepo/theme-chalk/index.css'
const app = createApp(App)
app.use(ElementPlus)
app.use(DifyChatBot)按需引入
import { DifyChatBot } from 'chat-bot-monorepo'
import 'chat-bot-monorepo/theme-chalk/index.css'0.1.3 增加了inputs
