赞助
上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页
摘要: # composition(组合式api) ## 1.为什么使用composition vue3里面不需要Mixins了?因为有compoition api 能讲逻辑进行抽离和复用 大型组件中,其中**逻辑关注点**按颜色进行分组。 这种碎片化使得理解和维护复杂组件变得困难。选项的分离掩盖了潜在的逻 阅读全文
posted @ 2022-11-08 15:15 Tsunami黄嵩粟 阅读(97) 评论(0) 推荐(0)
摘要: # vue3.0 Vue3.0 在北京时间2020年9月19 日凌晨,发布了 3.0 版本,代号:*One Piece* ## 1.新特性 Vue 3 中一些需要关注的新功能包括: - [组合式 API](https://v3.cn.vuejs.org/guide/composition-api-i 阅读全文
posted @ 2022-11-08 14:18 Tsunami黄嵩粟 阅读(114) 评论(0) 推荐(0)
摘要: $.fn.extend({ /** * * @param { * UrineOutputData: 尿量数据 * OutputData: 出量数据 * InputData: 入量数据 * shitData: 大便数据 * pressureData: 血压数据 * pulseData: 脉搏数据 * 阅读全文
posted @ 2022-11-06 16:15 Tsunami黄嵩粟 阅读(1490) 评论(8) 推荐(2)
摘要: https://qa.1r1g.com/sf/ask/2872279581/ 阅读全文
posted @ 2022-10-26 17:16 Tsunami黄嵩粟 阅读(34) 评论(0) 推荐(0)
摘要: git update-index --cacheinfo 160000 97ed2f63b07c73bad9a4d55e96e25292 source/lvdao/crf-sdk git reset --hard head 有冲突直接回退上个版本 阅读全文
posted @ 2022-10-20 15:06 Tsunami黄嵩粟 阅读(73) 评论(0) 推荐(0)
摘要: var reg = /\[(.*?)\]/g; var sysArr = []; while ((temp = reg.exec(system_url))) {//获取全部【】里面的数据 sysArr.push(temp[0].replace('[', '').replace(']', '')) } 阅读全文
posted @ 2022-10-18 15:59 Tsunami黄嵩粟 阅读(46) 评论(0) 推荐(0)
摘要: <!-- * @Author: huangtao * @Date: 2021-08-11 11:27:24 * @LastEditTime: 2021-08-11 11:32:47 * @LastEditors: Please set LastEditors * @Description: In U 阅读全文
posted @ 2022-10-11 10:33 Tsunami黄嵩粟 阅读(179) 评论(0) 推荐(0)
摘要: $('#table').find('.tr' + parent_code)[0].scrollIntoView();//滚动条到当前dom元素 阅读全文
posted @ 2022-09-29 14:26 Tsunami黄嵩粟 阅读(58) 评论(0) 推荐(1)
摘要: 最后再css里面加上浮动就行了 最后就是这样子 时间组件版本是3.1 阅读全文
posted @ 2022-09-22 16:59 Tsunami黄嵩粟 阅读(118) 评论(0) 推荐(0)
摘要: ie8 下面diff的坑 要是有时间小时分钟 中间空格不能空太多,空一格就行 多了就报错了 阅读全文
posted @ 2022-09-21 19:04 Tsunami黄嵩粟 阅读(113) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页