JoyceWil

Results 9 comments of JoyceWil

其实这个部分得处理 可以放在外面做 rem2px 只不过是 计算一下fontSize 那么可以 用一个计算属性在面 将rem 处理成px

@resizing="handleResize" methods: { handleResize: debounce(function(){}, interval) } 这个debounce 你可以使用lodash 或者自己写一个 ,其他触发得方法也是类似,增加防抖 性能提升 但是使用体验会下降 这个你得自己去考虑

I have the same problem in ViteJs

能不能列一个计划列表呢 这样方便pr

My method is to add a comment '// prettier-ignore' at the top where better align is needed

i also meet the problem, plz merge the pr

我也遇到了类似的问题,出现的情况是没有在正确的inject环境使用,vue-request 应该排除 没有inject的情况时,也能正确使用,比如在一个js文件中使用时

能不能直接"a-"弹出提示,不输入前边的

I also encountered this problem. Using native Async will lose Callback and can only use Promise