徒劳无获是寻常,因为总是有人半途而废

懂得珍惜,学会累积,成长,反思
摘要: 1.数组、对象等方法 (1)数组: slice:选取数组的一部分,并返回一个新数组; 2.窗口自适应 (1)百分比设置宽高,但是受限于父元素 (2)window.onresize()方法 3.插件 swiper element-ui dataV echarts vue-particles 待续…… 阅读全文
posted @ 2022-05-25 16:21 头秃婷婷 阅读(20) 评论(0) 推荐(0)
摘要: ——————————————————————————2.22.8.17更新—————————————————————————— 这几天项目上遇到了同样的问题 npm ERR! cb() never called! npm ERR! This is an error with npm itself. 阅读全文
posted @ 2022-05-11 11:58 头秃婷婷 阅读(802) 评论(0) 推荐(0)
摘要: 目的————即界面内有表格和多个图表,反应多条数据 点击表格某一行或者地图某一块,其他几个图表显示单块数据 二次点击后,取消显示单块数据,回复多条数据状态 1.根据同学的描述,他的思路是通过axios将数据传入vuex,然后通过切换组件来实现多表联动 2.网上查阅到的一些还未深究实践的方法 2.1通 阅读全文
posted @ 2022-05-08 00:44 头秃婷婷 阅读(859) 评论(0) 推荐(0)
摘要: 以下是相关语句的整理和个人使用顺序记录 git config --global user.name "名字" git config --global user.email "邮箱" git config --system --list获取当前配置列表 git config --global --li 阅读全文
posted @ 2022-05-08 00:34 头秃婷婷 阅读(412) 评论(0) 推荐(0)
摘要: 1.报错如下: [Vue warn]: Error in mounted hook: "Error" found in 查询了各种方法,有说是生命周期问题,但是似乎和我的并不一致,不能解决我的问题。 最后发现问题所在是在于数据的格式定义错误, data() { return { roseData: 阅读全文
posted @ 2022-04-27 13:54 头秃婷婷 阅读(162) 评论(0) 推荐(0)
摘要: 先放代码,注释部分有些内容是自己尝试的一些办法,有些是通过vuex进行调用。 <template> <div class="tab"> <el-table :row-class-name="tableRowClassName" :data="tableData" style="width: 100% 阅读全文
posted @ 2022-04-26 16:59 头秃婷婷 阅读(424) 评论(0) 推荐(0)
console.log('Don't define yourself');
const aboutMe = {
name: 'Titi Zhang',
title: 'Vue JS HTML',
location: 'China, HeBei',
contact: {
email: '18235293481@163.com',
website:'https://gitee.com/zhangtingtingANDcow'
}
}