zzxqd

Results 9 issues of zzxqd

我是绑定在一个时间字符串上了,值的格式也没错为 ‘2018-08’ 这种的,但控制台会报错”结束日期必须是YYYY-MM格式;“,但如果我不通过{{}}绑定,直接写死一个start-date="2018-08"就不会报错,这是为什么。

1.首先就是值的报错问题(year,month,day,start-date,end-date等),第一次进到嵌入插件的页面只要使用这几个属性且不是一个静态值而是通过{{}}绑定的js中的数值,都会报错,虽然不影响使用,但希望能优化一下。 2.第二个就是year,month的属性和start-date,end-date冲突的问题。我只设置了start-date,end-date,没设置year,month的时候就算start-date大于当前月,当前月也会显示,这个也是一个需要优化的问题。

好像是有几个事件没绑定上 ![2017-5-27 15-22-18](https://cloud.githubusercontent.com/assets/23022401/26519233/5db77f9a-42f0-11e7-9e2a-13ada3566256.png)正常 ![2017-5-27 15-20-08](https://cloud.githubusercontent.com/assets/23022401/26519234/60b3585e-42f0-11e7-92f4-f0027a2b5765.png)无法滑动

https://github.com/youzan/vant-weapp/issues/5759

### 重现链接 https://developers.weixin.qq.com/s/IIQT4jm77rQm ### Vant Weapp 版本 1.11.4 ### 描述一下你遇到的问题。 重置value后cascader不展示任何选项。 ### 重现步骤 随便一个多层级的options,选择一个最末一级到节点,之后将value重新赋值为""数值 ### 设备/浏览器 _No response_

bug: need confirm

Hi! Can you give me the way about you install virt-manager and use it? I try you told and everything is ok till I make a new vm in virt-manager.It...

**问题描述** [问题描述:尽可能简洁清晰地把问题描述清楚] 在自定义组件目录下的index.ts中统一导入导出组件.vue文件 引用组件时的路径缺省为该组件文件夹的路径(默认为文件夹下的index.ts .js文件) 在h5环境中正常,小程序环境下不正常,编译产物中页面的usingComponents没有发现对引用组件的声明 [或者可以直接贴源代码] -src/components/BtnCustom/BtnCustom.vue -src/components/BtnCustom/index.ts import BtnCustom from './BtnCustom.vue' export BtnCustom -src/pages/index/index.vue import BtnCustom from ‘@/components/BtnCustom’ **预期结果** [使用简洁清晰的语言描述你希望生效的预期结果] 小程序与h5端表现一致 **实际结果** [这里请贴上你的报错截图或文字] **系统信息:** - 发行平台: 微信小程序 -...

### 重现链接 https://developers.weixin.qq.com/s/S5NP2hml851l ### Vant Weapp 版本 1.11.7 ### 描述一下你遇到的问题。 使用了use-confirm-button-slot/use-cancel-button-slot之后,props中定义的before-close无法触发。 翻看了源码发现,before-close只会在handleAction时调用,而使用自定义的use-confirm-button-slot/use-cancel-button-slot则无法触发onConfirm/onCancel中的handleAction,进而导致before-close未能按预期工作。 解决方案,在触发onClickOverlay的时候先判断有无before-close,有的话先调用before-close再根据结果进行对应的处理。 ### 重现步骤 使用use-confirm-button-slot/use-cancel-button-slot, 设置close-on-click-overlay和before-close, 弹出dialog之后点击遮罩层关闭 ### 设备/浏览器 _No response_

bug: need confirm

[https://github.com/youzan/vant-weapp/issues/6025](url)

change: fix