uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

H5 中uni-easyinput type为number时 显示有Bug

Open WGLKing opened this issue 1 year ago • 1 comments
trafficstars

在H5 中uni-easyinput type为number时 v-model初始化为null时下面这代代码有执行报错

const value = typeof props2.modelValue === "undefined" ? props2.value : props2.modelValue; const cache = ref(typeof value !== "undefined" ? value.toLocaleString() : "");

WGLKing avatar Jul 11 '24 07:07 WGLKing

已修复 https://github.com/dcloudio/uni-app/pull/5040

bfc846958672 avatar Aug 16 '24 06:08 bfc846958672