Vue关闭子页面

  • Post author:
  • Post category:vue




Vue关闭子标签页面

在这里插入图片描述

 //关闭子页面
 this.$store.state.tagsView.visitedViews.splice(this.$store.state.tagsView.visitedViews.findIndex(item => item.path === this.$route.path), 1);



版权声明:本文为weixin_44924188原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。