当manifest配置如下:
"app-plus" : {
// "compilerVersion" : 3,
"nvueCompiler" : "uni-app",
"usingComponents" : true, //自定义组件模式
"nvue" : {
"flex-direction" : "row"
}
结果:
官方的picker组件点击后,不显示选项。
猜测原因是因为picker内置组件没有加"flex-direction" : "column"样式。
测试平台:
安卓模拟器,
安卓真机