DuShuai

Results 9 comments of DuShuai

大佬,把插件引入uniapp里面使用,uni不支持插槽以slot-scope="scope"这种形式拿到子组件传的值,只能改成v-slot:name="{data}"类型的。我也改了 也改了您Tider.vue内的代码 为什么接收不到呀。可以指点一下吗?

Hi, there. I know it's probably not possible to maintain the library right now, but is there any basic documentation for version V2? I needed it because V2 had features...

Do you have a plan ?

这个项目是被放弃了吗?

请问这个问题解决了吗?遇到了同样的问题

> 请问这个问题解决了吗?遇到了同样的问题 但是减低版本到0.2.14解决了这个问题

> `最后一次`提醒,我使用 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 并 `该插件升级至最新版本` 未能复现此问题,需要有朋友提供最小复现 > > > 现在猜测可能是由某个外部依赖升级导致 他们可能已经解决了,或没有功夫去生成最小复现。 我正在使用你们的产品搭建一个自己使用的模板,地址:https://github.com/dshuais/uni3-template 使用pages.config.ts的话 会持续报这个错误,但我已经通过修改文件名为pages.config.mjs解决了这个问题,具体还是不知道是哪个外部依赖导致,如果这个issue还被跟进的话可以麻烦您试试,或者可以关闭这个issue,因为大家可能都已经解决。 最后,你们的产品很棒!

> [@yujunfan](https://github.com/yujunfan) 都试过了,重复20次多次点击必现 `import React, { useState } from 'react' import type { PickerOnChangeCallbackParameter, PickerOption, PickerOptions, PickerValue } from '@nutui/nutui-react-taro' import { Cell, Picker } from '@nutui/nutui-react-taro' import { View...