06 2023 档案

echarts绘制地图使用dispatchAction方法高亮区域
摘要:1.高亮方法代码如下: highlightMap(myChart){ // 高亮轮播展示 var index = 0; this.timer = null; this.timer = setInterval(()=>{ myChart.dispatchAction({ type: 'downplay 阅读全文

posted @ 2023-06-27 16:18 有匪 阅读(3334) 评论(0) 推荐(1) 编辑

关于uni-app中使用 movable-area及movable-view标签实现悬浮拖拽功能
摘要:1.背景描述 在页面中,添加一个悬浮按钮并实现拖动它到任意位置。使用到的内置组件有 movable-area, movable-view。 2.效果 3.具体代码实现 <template> <movable-area class="movable-area"> <movable-view class 阅读全文

posted @ 2023-06-27 14:53 有匪 阅读(3215) 评论(0) 推荐(1) 编辑

关于vue2路由跳转问题记录
摘要:1. vue 路由间跳转和新开窗口的方式(query, params) 路由间跳转配置: query方式:参数会在url中显示 this.$router.push({ path: '路由地址', query: { msg: 'hello world' } }) params方式:传参数据不会在导航栏 阅读全文

posted @ 2023-06-16 15:34 有匪 阅读(237) 评论(0) 推荐(1) 编辑

css常用选择器
摘要:1.常用子元素选择器-选择特定子元素 :nth-of-type(n) 选择其父级下的第n个元素 例如:p:nth-child(2):last-of-type 选择其父级下的最后一个元素:nth-child(n) 选择其父级下的第n个子元素:nth-last-child(n) 选择其父级下的第n个子元 阅读全文

posted @ 2023-06-16 15:33 有匪 阅读(47) 评论(0) 推荐(1) 编辑

vue技术点归纳
摘要:1.vue是什么? vue是一套构建用户界面的渐进式框架,核心库只关注视图层。vue和react相同点: 1.都使用 virtual DOM; 2.提供了响应式(reactive); 3.组件化(composable)的视图组件; 4.都支持native方案; 5.都支持SSR服务端渲染; 6.都支 阅读全文

posted @ 2023-06-16 15:32 有匪 阅读(78) 评论(0) 推荐(1) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示