上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 133 下一页
摘要: 这里fileChange第二个参数,不可也用fileList会污染已经定义的响应式变量fileList <script setup> const fileList = ref([]) const fileChange = (file,fileList) => { fileList.value = f 阅读全文
posted @ 2023-04-21 11:23 盘思动 阅读(91) 评论(0) 推荐(0)
摘要: chrome有network给拦截了,windows才可以安装videowebplugin https://blog.csdn.net/weixin_50002060/article/details/124858955 阅读全文
posted @ 2023-04-20 19:07 盘思动 阅读(4500) 评论(0) 推荐(0)
摘要: 现在看手册,都支持多层嵌套的。那是新版本更改bug后的。 uview老版本 这样的问题版本不更新,可能只能绕开!!! https://gitee.com/umicro/uView/issues/I2AYUY 阅读全文
posted @ 2023-04-18 18:01 盘思动 阅读(290) 评论(0) 推荐(0)
摘要: 取消自动保存,开发小程序的时候,老刷新页面,有时候没必要的; 阅读全文
posted @ 2023-04-18 17:16 盘思动 阅读(124) 评论(0) 推荐(0)
摘要: Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or compute 阅读全文
posted @ 2023-04-18 09:07 盘思动 阅读(143) 评论(0) 推荐(0)
摘要: 老忘记:公众平台安全助手。从里面取消 阅读全文
posted @ 2023-04-17 23:06 盘思动 阅读(20) 评论(0) 推荐(0)
摘要: 操蛋的地方,在于 blur 阴影的模糊距离,spread设置的阴影大小2个属性,概念有点模糊不清!!!! 1.blur 阴影的模糊距离 到底是什么距离,依我个人理解:比如blur是10px,沿边界内外10px,都模糊;或者说,把内10px的颜色,淡化到内外10px范围内; 所以blur越大,颜色越淡 阅读全文
posted @ 2023-04-17 20:07 盘思动 阅读(22) 评论(0) 推荐(0)
摘要: uni.showModal({ title: '提示', content: '这是一个模态弹窗', success: function (res) { if (res.confirm) { console.log('用户点击确定'); } else if (res.cancel) { console 阅读全文
posted @ 2023-04-17 11:07 盘思动 阅读(901) 评论(0) 推荐(0)
摘要: 学习记录的一些博文: 1.https://www.cnblogs.com/goloving/p/16789607.html 都是一些最最基础的操作,实际场景比这个复杂 其中提到了pinia-plugin-persist 来持久化存储 2.https://www.cnblogs.com/yaopeng 阅读全文
posted @ 2023-04-12 10:36 盘思动 阅读(34) 评论(0) 推荐(0)
摘要: 收藏的博文好几篇,但很多讲的不严谨,内在逻辑往深度走表述的也不是很清晰 tips:这几篇都是vuex3的版本的,vuex4的语法跟vuex3还是有差别的!!! 里面给到的demo都是基于vue2的。如果融入vue3项目得重新编排格式 vuex也不是怎么难的,就是相对而言,资料完整性,层次性,严谨性的 阅读全文
posted @ 2023-04-11 15:44 盘思动 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 133 下一页