router-link嵌套按钮 button

好处

1、使按钮点击即可跳转 不用单独写单击事件

2、router-link嵌套一个大的组件增加点击面积

<router-link to="/main/retrieval" >
       <el-button style="width:100px;height: 35px;
                      background-color: #012459;
                      font-size: large;
                      color: white;">   返回
      
       </el-button>
</router-link>

效果:

猜你喜欢

转载自blog.csdn.net/qq_53478650/article/details/129348940