在使用uni扩展组件时需要定义组件样式发现深度选择器有问题 百度百度百度然后就发现解决方法添加options里定义styleIsolation export default { options: { //微信小程序属性 styleIsolation 选项从基础库版本 2.6.5 开始支持。它支持以下取值: styleIsolation: 'shared' }, ...other } 然后就可以 :…
在使用uni扩展组件时需要定义组件样式发现深度选择器有问题 百度百度百度然后就发现解决方法添加options里定义styleIsolation export default { options: { //微信小程序属性 styleIsolation 选项从基础库版本 2.6.5 开始支持。它支持以下取值: styleIsolation: 'shared' }, ...other } 然后就可以 :…
在Vue3下开发的话报错The following dependencies are imported but could not be resolved, 提示jweixin-module Are they installed? // #ifdef H5 var jweixin = require('jweixin-module') // #endif //在编译的时候这里会报错 11:06:5…
在Vue3下开发的话报错The following dependencies are imported but could not be resolved, 提示jweixin-module Are they installed? // #ifdef H5 var jweixin = require('jweixin-module') // #endif //在编译的时候这里会报错 11:06:5…
在做自定义tabbar的时候发现无法使用微信小程序的getTabbar 记录一下Vue3需要的代码 const curPages = getCurrentPages()[0]; // 获取当前页面实例 if (typeof curPages.getTabBar === 'function' && curPages.getTabBar()) { curPages.getTabBar(…
在做自定义tabbar的时候发现无法使用微信小程序的getTabbar 记录一下Vue3需要的代码 const curPages = getCurrentPages()[0]; // 获取当前页面实例 if (typeof curPages.getTabBar === 'function' && curPages.getTabBar()) { curPages.getTabBar(…
主题介绍 🌈为了更纯粹的使用WordPress写作(新的编辑器打字真不错),将前后端进行分离,使用Vue3 进行前端开发~后端使用微幕的REST API提供接口服务,保留了WP后端的插件功能及扩展,后期进行多端和平台小程序的开发更佳方便,即Minimal (暂定) 的诞生 📖功能计划 ☑️文章✅列表详情✅类别标签✅关键词搜索✅代码高亮highlighting✅表态(点赞)☑️评论(盖楼/嵌套)☑️…

主题介绍 🌈为了更纯粹的使用WordPress写作(新的编辑器打字真不错),将前后端进行分离,使用Vue3 进行前端开发~后端使用微幕的REST API提供接口服务,保留了WP后端的插件功能及扩展,后期进行多端和平台小程序的开发更佳方便,即Minimal (暂定) 的诞生 📖功能计划 ☑️文章✅列表详情✅类别标签✅关键词搜索✅代码高亮highlighting✅表态(点赞)☑️评论(盖楼/嵌套)☑️…