Skip to content

安装

环境要求

  • Vue 3.4+
  • Element Plus 2.11+
  • TypeScript 5.9+ (推荐)

安装方式

sh
npm install @yetuzi/vue3-query-components
sh
yarn add @yetuzi/vue3-query-components
sh
pnpm add @yetuzi/vue3-query-components

引入CSS

main.ts
sh
import '@yetuzi/vue3-query-components/dist/style.css'

浏览器兼容性

  • 现代浏览器,支持 ES2018+ 和 ES Modules
  • 不支持 IE 浏览器

版本说明

版本Vue 版本Element Plus 版本
1.x3.4+2.11+

MIT Licensed