Coder Long

Results 9 comments of Coder Long

@3512537 ![image](https://github.com/varletjs/varlet/assets/75244754/f821dc45-b5de-4867-9c9a-816c012c2a78) 可以实现 多看组件 利用input prepend-icon插槽以及var-menu-select

sendError(event, createError({ statusCode: 400, statusMessage: 'Bad Request', }), false);

This problem occurs not only when using definePageMeta, but also if global middleware is used @danielroe

> You can ignore this warning but we should certainly look at resolving it. But,This warning is honestly quite annoying

> 希望 DataTable 可以出一个功能, 可以用代码 高亮某一行 和 取消高亮某一行, 还有就是 滚动到 某一行 某一行高亮可以暂时通过 row-class-name 属性自定义实现

> bug补充: 情景描述:picker动态设置了columns,3级联动,并且通过setIndexs设置了默认选中,picker展开后正确选中我的默认值,但是第一次拖动任意一列,change事件返回的columnIndex永远是0,不符合预期。 期望:在上述场景下拖动任意一列能正确返回columnIndex,例如拖动第3列,返参columnIndex=2 ,出现bug的情况是当前最新版本,浏览器端,wx小程序端都出现 我自己绷不住了