上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 使用cordova开发打包移动端app安装、配置教程见:https://www.cnblogs.com/sunshine233/p/18241626 quasar+cordova文档: https://www.quasar-cn.cn/quasar-cli-vite/developing-cordo 阅读全文
posted @ 2024-06-11 16:57 sunshine233 阅读(266) 评论(0) 推荐(1) 编辑
摘要: Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross- 阅读全文
posted @ 2024-06-11 12:03 sunshine233 阅读(393) 评论(8) 推荐(1) 编辑
摘要: vue2组件中监听Vuex 中state的值可以使用 mapState。 官网链接: mapGetters 辅助函数仅仅是将 store 中的 getter 映射到局部计算属性。Getter | Vuex (vuejs.org) 参考文档: 监听Vuex中的数据变化 - 资深if-else侠 - 博 阅读全文
posted @ 2024-05-28 17:22 sunshine233 阅读(915) 评论(0) 推荐(0) 编辑
摘要: 前言 vue3中不再推荐使用mixins ! 在 Vue 2 中,mixins 是创建可重用组件逻辑的主要方式。尽管在 Vue 3 中保留了 mixins 支持,但对于组件间的逻辑复用,使用组合式 API 的组合式函数是现在更推荐的方式。 参考文档: https://juejin.cn/post/7 阅读全文
posted @ 2024-05-21 14:53 sunshine233 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 先验知识: vue2中echarts的安装和显示中国地图:https://www.cnblogs.com/sunshine233/p/16140522.html 鼠标事件: https://echarts.apache.org/zh/api.html#echartsInstance.on echar 阅读全文
posted @ 2024-05-16 08:44 sunshine233 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 先验知识: yAxis. position y 轴的位置。 可选: 'left' 'right' 默认 grid 中的第一个 y 轴在 grid 的左侧('left'),第二个 y 轴视第一个 y 轴的位置放在另一侧。注:若未将 yAxis.axisLine.onZero 设为 false , 则该 阅读全文
posted @ 2024-04-30 16:30 sunshine233 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 修改 package.json文件: "serve": "SET NODE_OPTIONS openssl-legacy-provider && vue-cli-service serve", "build": "SET NODE_OPTIONS openssl-legacy-provider && 阅读全文
posted @ 2024-04-01 14:11 sunshine233 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 原来的方法步骤太繁琐,已经更新! 使用 uni-forms-item 和 uni-data-select 嵌套时,首先要注意: :name=[ ] 属性必须使用动态绑定,而且数组中的字符串必须和 v-model 的属性完全相同,如 :name="[index, 'value']" v-model=" 阅读全文
posted @ 2024-03-11 11:25 sunshine233 阅读(1200) 评论(0) 推荐(0) 编辑
摘要: 【注意版本】 uni-forms 1.4.0 版本以后,很多用法和原来不一样。我使用的版本是 1.4.10 。 导入组件后: 使用<uni-forms>包裹<uni-forms-item>,<uni-forms-item>包裹其她组件,如 uni-easyinput、uni-data-select  阅读全文
posted @ 2024-03-06 13:23 sunshine233 阅读(1976) 评论(0) 推荐(0) 编辑
摘要: 先排除这些原因: https://segmentfault.com/q/1010000043755258 https://ask.dcloud.net.cn/question/71788 https://www.cnblogs.com/e0yu/p/16135985.html https://blo 阅读全文
posted @ 2024-03-04 09:00 sunshine233 阅读(2575) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页