Results 13 comments of Javey

Perhaps It has whitespaces before directives.

Hi @flekschas . Firstly the callback for end event must be a function, so you should not use `tap` which return a stream to bind. It works for me like...

需要补全其它样式

是否有设计稿

组件内部的元素依然无法选择,因为只在最外层添加了data-id

Unit test is necessary. I'll add it.

When import file from node_modules which has declared `"sideEffects": [".*css"]` in `package.json`, the css order is unexpected, but it's ok when import file from root directory. I have created a...

这是个常见问题,你需要指定Select的container属性,让它插入到滚动元素,对Drawer而言,滚动元素是k-dialog-body部分,但是插入到滚动元素下,有个弊端,那就是弹层超出滚动元素的范围,并不会展示,而是需要滚动才能看到全部 ```vue // 插入滚动元素中 .k-dialog-body { position: relatvie; } ``` https://codesandbox.io/p/sandbox/tender-forest-hrj4ls?file=%2Fsrc%2FApp.vue%3A34%2C22 要彻底解决这个问题,需要组件监听滚动事件,然后事实算位置

的确如此,目前采用class写法的原因是因为,示例代码是自动编译生成的,后面看看如何编译成hooks风格的代码