• replace :to="{path:'/path1/param'}" 类似引入iframe的效果
      <div class="first_tabs" @click.capture="gotoNewsLists">

        <router-link :to="{ path: '/newsInfo/0'}" replace class="first_tab_item pointer" :class="{ first_tab_item_active: selectItem === 0 }" @click="changeNewsLists(0)">
              <i class="iconfont icon-yiliao"></i>
              {{ $t('news.tab1') }}
        </router-link>

      </div>

相关文章:

  • 2021-06-08
  • 2021-08-09
  • 2021-05-01
  • 2021-04-04
  • 2021-10-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案