vue
随风飞烟
懒、宅、内向、沉迷游戏和小说
展开
-
记录vue中component切换组件时销毁定时器问题
问题描述:有A、B两个子组件,通过component进行切换,子组件中有定时器,当切换组件时需要把定时器给注销掉。1、通过VUE组件生命周期进行删除定时器2、使用this.$once来监听定时器3、....组件生命周期详细:https://www.cnblogs.com/wangjiachen666/p/9497749.html使用this.$once参考:https://...原创 2019-12-20 14:16:05 · 3135 阅读 · 0 评论 -
Vue项目中使用highstock
记录vue中使用highstock生成统计图功能。其中参考:https://www.cnblogs.com/SunShineM/p/9006860.html首先导入highcharts依赖包//npm方式npm install highcharts --save//yarnyarn add highcharts创建highstock组件其中highcharts-zh...原创 2019-12-06 16:18:28 · 1676 阅读 · 0 评论