logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决git合并分支时 报merging

解决git合并时报merging

#git#github
解决在一个页面多次调用封装echarts组件只有第一个生效的问题

最近在写了一个封装echarts的dome时 发现了一些问题。这是我的echarts<template><div id="echart"></div></template><script>export default {name: 'echart',props: ["option"],mounted(){let myChart = thi

解决vue-router报NavigationDuplicated: Avoided redundant navigation to current location 的问题

最近写项目的时候, 重复点击路由会在控制台报这样的错误。它的提示是 避免到当前位置的冗余导航。 简单来说就是重复触发了同一个路由。这个错误是 vur-router更新以后新出现的错误。(我使用的是 vue-router 3.2.0)出现的 但是 (vue-router 3.0.6) 没有出现。 但是也不排除是我的 3.0.6之前做过配置。解决这个错误也非常简单。只需要在router /index的

到底了