Failed to resolve component: el-text
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

网上找了一圈没找到答案,估计是跟button标签type="text" 一样废弃了,但是文档没有说明

解决方案:直接改用el-link标签

<!-- 不想要下划线添加 underline:false  --><el-link type="primary" :underline="false">Primary</el-link>

element-plus Text文本标签无法使用,报错:Failed to resolve component: el-text相关推荐

  1. Nuxt3嵌套路由,报错Failed to resolve component: NuxtChild

    问题报错 [Vue warn]: Failed to resolve component: NuxtChild If this is a native custom element, make sur ...

  2. 报错Failed to resolve component: tree-item at <Tree onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< n

    Failed to resolve component: tree-item at <Tree onVnodeUnmounted=fn ref=Ref< null > > at ...

  3. tomcat运行报错Failed to start component [StandardEngine[Catalina].StandardHost[localhost].

    一.问题 tomcat运行报错Failed to start component [StandardEngine[Catalina].StandardHost[localhost]. 多半情况是找不到 ...

  4. 【Debugger】解决springboot报错Failed to resolve org.junit.platform:junit-platform-launcher:1.x.x的两种解决方案

    [Debugger]解决springboot报错Failed to resolve org.junit.platform:junit-platform-launcher:1.x.x的两种解决方案 主要 ...

  5. 【IDEA】idea 运行测试类报错 Failed to resolve org.junit.platform:junit-platform-launcher:1.5.2

    问题原因: 这里的问题是IntelliJ试图在不使用IDE中配置的Maven"用户设置文件"(settings.xml)的情况下解决所需的工件本身.它将直接连接到Maven Cen ...

  6. SpringBoot测试报错Failed to resolve org.junit.platform:junit-platform-launcher:1.7.2

    原因:junit版本有冲突 解决办法: 进入Maven仓库官网:https://mvnrepository.com/ 搜索"junit-platform-launcher",找到最 ...

  7. Vue3.0使用Element Plus组件报错[Vue warn]: Failed to resolve component: `el-XXXX` If this is a native custo

    文章目录 报错截图 一.问题描述 二.报错信息格式 三.报错原因 报错截图 一.问题描述 我的技术栈:Vue3+TypeScript+Vite+Element Plus 我的报错:Vue3 项目使用 ...

  8. Pyinstaller 打包exe 报错 “failed to execute script XXX“的一种解决方案

    Pyinstaller 打包exe 报错 "failed to execute script XXX"的一种解决方案 参考文章: (1)Pyinstaller 打包exe 报错 & ...

  9. 解决IntelliJ IDEA报错Failed to read candidate component class: file [ ]; nested exception is org.

    解决IntelliJ IDEA报错Failed to read candidate component class: file [ ]; nested exception is org.springf ...

最新文章

  1. java 浏览器 安全设置_IE浏览器安全设置脚本
  2. 单独学python能干嘛-学 Python 都用来干嘛的?
  3. 用了ReSharpe硬是爽
  4. mysql创建新用户方法_Mysql创建新用户方法
  5. 怎么用java ee编程_Java EE应用程序入门 - 编程入门网
  6. 关于gedit的编码问题
  7. 一个标签的72变,打造一个纯CSS图标库
  8. Linux学习之chage命令
  9. 重装系统解决:CUPS服务未启动,不能管理打印机
  10. 本科计算机专业考北大软微,2019北大软微计算机867高分经验分享
  11. 学计算机应用技术买什么笔记本电脑,大学什么专业用电脑 要不要买电脑
  12. Unsupervised Keyphrase Extraction by Jointly Modeling Local and Global Context 阅读笔记
  13. keepalived高可用集群实战项目
  14. Centos删除乱码文件或文件夹
  15. 部门来了一位前阿里的大神…
  16. 如何快速写出Json Schema,校验Json Schema
  17. 十位改变世界的人工智能领域大师
  18. 小米嵌入式软件工程师笔试题目解析
  19. 编程的逻辑-用面向对象方法实现复杂业务需求
  20. FTP-DropBox

热门文章

  1. \t\t常用网络命令使用技巧
  2. 创业需要MVP(Minimum Viable Product,即“最小化可行产品”)
  3. 偏差(Bias)与方差(Variance)详解
  4. 密码MD5加盐加密----注册、校验、修改模块
  5. 号称全网最快的数据库连接池HikariCP的工具类开发-HikariCPUtils
  6. 【Pygame小游戏】这群又丧又萌的小恐龙,戳中了无数当代人的心…
  7. 解决重定向后,URL中文乱码问题
  8. 设计模式之建造者模式
  9. 数据结构java版之《简单排序》
  10. Martin Fowler关于微服务的原文翻译