当前位置: 首页 > article >正文

element-plus按需引入报错Components is not a function

官网文档:快速开始 | Element Plus

webpack配置

// webpack.config.js
const AutoImport = require('unplugin-auto-import/webpack')
const Components = require('unplugin-vue-components/webpack')
const { ElementPlusResolver } = require('unplugin-vue-components/resolvers')

module.exports = {
  // ...
  plugins: [
    AutoImport({
      resolvers: [ElementPlusResolver()],
    }),
    Components({
      resolvers: [ElementPlusResolver()],
    }),
  ],
}

运行结果:TypeError: Components is not a function

解决方式:安装低版本unplugin-vue-components

yarn add unplugin-vue-components@0.25.0 -D


http://www.kler.cn/a/380699.html

相关文章:

  • OpenStack API 来创建用户
  • RT-Thread操作系统(2)
  • mysql left join group_concat 主表丢失数据
  • 细谈 Linux 中的多路复用epoll
  • QEMU学习之路(4)— Xilinx开源项目systemctlm-cosim-demo安装与使用
  • 《欢乐饭米粒儿9》第五期:用笑声诠释生活,让爱成为日常
  • 什么是AOP面向切面编程?怎么简单理解?
  • npm入门教程11:npm私有包和模块
  • 基于Spring Boot的志愿服务管理系统设计与实现,LW+源码+讲解
  • Chrome 130 版本开发者工具(DevTools)更新内容
  • Python学习笔记-生成器的应用与原理
  • CentOS 7 安装 ntp,自动校准系统时间
  • three.js 智慧城市扫光效果
  • Linux系统基础-多线程超详细讲解(5)_单例模式与线程池
  • Android 网易游戏面经
  • 快来了解一下服务器虚拟化!!!
  • FlowDroid 分析最新Android 构建 APK出错
  • XLSTM+transformer时间序列预测代码
  • Java学习—反射机制:解锁代码的无限可能
  • TMDOG的Gin学习笔记_01——初识Gin框架
  • 【算法】(Python)贪心算法
  • 学习记录:js算法(八十三):全排列
  • CentOS Linux教程(12)--常用编辑器
  • 【综合算法学习】(第十九篇)
  • 32位汇编——通用寄存器
  • 30条勒索病毒处置原则