用vue 和ElementUI的el-menu设置跳转页面时的坑

先上代码

<el-menu router :default-active="$route.path"
                        class="el-menu-vertical-demo"
                        @open="handleOpen"
                        @close="handleClose"
                        theme="dark">
                    <el-submenu index="1">
                        <template slot="title">
                            <i class="el-icon-location"></i>
                            <span>{{group[0][0]}}</span>
                        </template>
                        <el-menu-item-group>
                            <el-menu-item index="/patient/patientlist">{{group[0][1]}}</el-menu-item>
                            <el-menu-item index="/index">{{group[0][2]}}</el-menu-item>
                        </el-menu-item-group>
                    </el-submenu>
                </el-menu>

有时候你会发现自己写的妹错但就是用不了,跳转不了
这有一个坑
就是第一行router和冒号之间是否有空格,有空格才能跳转

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值