amihhs
amihhs
**问题描述** [问题描述:尽可能简洁清晰地把问题描述清楚] 小程序 scss文件 在样式嵌套的情况下条件编译不生效 **复现步骤** [复现问题的步骤] ```scss .reset { color: red; /* #ifndef MP-WEIXIN*/ .AAA+* { color: red; } /* #endif */ } ``` **预期结果** [使用简洁清晰的语言描述你希望生效的预期结果] ```scss .reset {...
vue3 字节小程序中uni-datetime-picker报TypeError: at setTimeout callback Cannot read property 'setDefaultMultiple' of undefined错误 ,无法正常选择。 点击对应日期后,选中样式没有跟着变化,但点击确认后,能选择成功 插件市场示例项目能正常复现
- `n-upload` 的 `props` 增加 `trigger` 参数用于控制相关交互功能元素的展示,关闭 [#3843](https://github.com/tusen-ai/naive-ui/issues/3843)
### Describe the bug   Property "as" was accessed during render but is not defined on instance.  It looks like some feature of vue-macros breaks the inheritance of...