HTML文档引入JS模块出现路径问题
2024-01-25JS抽离, 引入three模块.LiveServer报错:```Uncaught TypeError: Failed to resolve module specifier "three".Relative references must start with either "/", "./", or "../"._relative references must start with either "/", "./", or "../".
[Vue warn]: Invalid prop: type check Failed for prop “value“. Expected String, Number, got Array
2024-01-243、也就是说,uni-data-select下拉组件获取绑定的数据类型是字符串类型或者 数字类型。如果初始化成数组、对象、Boolean等之外的类型,就会报类似的错误。1、意思时检查到"value"相关的值有误,希望它时字符串类型或者数字类型,而不是数组类型。1、在uni-app小程序中应用到uni-data-select组件时,出现的报错。_[vue warn]: invalid prop: type check Failed for prop "value". expected strin