陈哲奇

Results 7 comments of 陈哲奇

I don't think this change should be included in a patch version.

我看到Demo中的状态码只是返回数据的一个字段,是可以和HTTP状态码保持一致。 不过如果能Mock真正的HTTP状态码就更好了。

这个可以 merge 发包吗

same problem 怀疑是否现部分scss文件的引用有问题 以下是dropdown.scss的头部 ``` javascript @import "mixins/mixins"; @import "common/var"; @import "button"; @import "./popper"; ``` 是不是这里@import了button导致button样式重复编译 ------------------------------------ `fast-sass-loader` can fix this bug. It can remove the duplication code.

@edum18 both. Depend on your `webpack` or` vue.config.js`. you can use it to replace the sass-loader. This is not an elegant solution.

same error. It works in vue SFC, but not in tsx.

希望能尽快支持这个功能,对比其他的组件库,比如 ep,antdv,arco,甚至长期未更新的 iview,都支持这个功能,要么通过剥离面板,要么通过 slot来实现。