element-ui el-cascader 在2.7.2版本和 2.12.0版本 事件处理不一样

1,element-ui  2.7.2版本

el-cascader  事件:为必须加绑定change-on-select="true"

2,element-ui   2.12.0版本

el-cascader  事件:为

如果element-ui更新了版本为2.12.0版本,没有更改属性会出现以下情况:

a、事件不执行;

b、前面多了一个el-radio按钮

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
这个错误可能是因为 Maven 无法找到 `org.springframework.boot:spring-boot-starter-data-redis:2.7.2` 这个依赖。你可以尝试以下几个解决方案: 1. 检查你的 Maven 配置文件,确认是否添加了 Spring Boot 仓库。可以在 `pom.xml` 文件中添加以下配置: ```xml <repositories> <repository> <id>spring-snapshots</id> <name>Spring Snapshots</name> <url>https://repo.spring.io/snapshot</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> <repository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> ``` 2. 检查你的依赖是否写错了,应该是 `spring-boot-starter-data-redis` 而不是 `spring-boot-starter-redis` 3. 尝试更新 Maven 仓库,可以使用以下命令: ```bash mvn clean install -U ``` 如果以上方法都不行,你可以尝试手动下载依赖并安装到本地 Maven 仓库中。具体步骤如下: 1. 在 [https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis/2.7.2](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis/2.7.2) 下载 `spring-boot-starter-data-redis-2.7.2.jar` 和 `spring-boot-starter-data-redis-2.7.2.pom` 2. 运行以下命令将依赖安装到本地 Maven 仓库中: ```bash mvn install:install-file -Dfile=spring-boot-starter-data-redis-2.7.2.jar -DpomFile=spring-boot-starter-data-redis-2.7.2.pom ``` 安装完成后,再次运行你的项目即可。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值