element-plus The sizes drop-down box in the layout of El pagination will not be displayed after using vite to package and deploy

6g8kf2rb  于 2022-10-21  发布在  其他
关注(0)|答案(4)|浏览(167)

vite创建项目,使用element-plus按需加载,完全按照文档使用,vite dev开发环境下el-pagination的layout中的sizes的下拉框显示正常,vite build && vite preview部署后发现el-pagination的layout中的sizes下拉框不显示了,element-plus为最新版本,vite也是最新版本

juzqafwq

juzqafwq1#

也遇到同样的问题,请问怎么解决

xiozqbni

xiozqbni2#

vite创建项目,使用element-plus按需加载,完全按照文档使用,vite dev开发环境下el-pagination的layout中的sizes的下拉框显示正常,vite build && vite preview部署后发现el-pagination的layout中的sizes下拉框不显示了,element-plus为最新版本,vite也是最新版本

你好,请问这个问题解决了吗?是怎么解决的

xmd2e60i

xmd2e60i3#

Translation of this issue:

Vite creates a project, uses element plus to load it on demand, and uses it completely according to the document. In vite dev development environment, the sizes drop-down box in El pagination layout displays normally. After vite build & vite preview deployment, it is found that the sizes drop-down box in El pagination layout does not display. Element plus is the latest version, and vite is also the latest version

zu0ti5jz

zu0ti5jz4#

  1. yarn dev表现正常;
  2. yarn build下el-pagination layout中的sizes的下拉框显示空白;
  3. 按需引入element plus 并使用el-pagination组件,部署打包后运行即可复现sizes下拉为空;

相关问题