lp0124

Results 15 comments of lp0124

我这边也遇到了 值一直不为空,导致小程序侧获取的富文本判定有内容,准备在返回出去的时候replace下

this.$emit('change', this.editor.isEmpty() ? '' : val)

https://github.com/lp0124/mpx/commit/f60263c77b4c35ae37af5b09c832cb143441bd83

微信侧的第三方平台代开发的解释:https://developers.weixin.qq.com/miniprogram/dev/devtools/ext.html#%E7%89%B9%E6%9C%89%E7%9A%84%E5%AD%97%E6%AE%B5

将 noEntryModules 换成 noEntryRules,问题依然存在

> 尝试将entryRules中的includes 设置为空试试 不可行,将 entryRules 的 includes 置为空数组或删除时,size 直接为 0 了

正常效果(不启用 optimizeRenderRules):

> 可以换种写法,-translate-x-50%,-translate-y-50%。 unocss有很多内置预设,mpx unocss 默认预设是基于windicss的验证的, windicss的文档外的写法不保证能支持。 可是我看这两种写法都在 wind3 预设里呀