美文网首页
工作心得

工作心得

作者: sweetBoy_9126 | 来源:发表于2018-12-17 17:24 被阅读2次

    使用element菜单跳转到不同的路由下,当前导航激活

    <el-menu :default-active="$route.path" class="el-menu-demo" mode="horizontal" text-color="#231815" active-text-color="#D4C19B" style="border-bottom: 0" :router="true">
          <el-menu-item index="/home">首页</el-menu-item>
          <el-menu-item index="/measureSearch">内衣</el-menu-item>
          <el-menu-item index="/measureSearch1">衬衫</el-menu-item>
          <el-menu-item index="/measureSearch2">裤装</el-menu-item>
     </el-menu>
    

    这里只需要开启router,然后在index里写路由,之后default-active绑定路由路径即可

    2.使用iconfont图标不显示问题,这里把在线生成的css路径里的代码拷贝到项目里,然后直接import 这个css
    注意

    <i  class="iconfont icon-jzanhao"></i>
    

    前面的类名一定是iconfont

    相关文章

      网友评论

          本文标题:工作心得

          本文链接:https://www.haomeiwen.com/subject/vdpckqtx.html