yarn add prop-types 安装完成后,你可以在node_modules目录下找到prop-types文件夹,确认库文件是否存在。 检查项目配置文件,确保文件查找路径包含'prop-types': 检查你的webpack配置文件(如果有的话),确保node_modules目录被正确包含在项目构建路径中。这通常涉及到resolve.modules或类似的配置。 例如,在webpack配置...
Go to file T Go to line L Copy path Copy permalink Cannot retrieve contributors at this time 7584 lines (6416 sloc) 263 KB Raw Blame Edit this file E Open in GitHub Desktop Open with Desktop View raw View blame This file contains bidirectional Unicode text that may be interpreted...
columns: makeArrayProp<(PickerOption | PickerOption[])>([]), /** * @description 是否开启3D效果 */ 1 change: 1 addition & 0 deletions 1 packages/nutui/components/picker/use-picker.ts @@ -7,6 +7,7 @@ const DEFAULT_FILED_NAMES = { text: 'text', value: 'value', children: 'chi...