hezf

Results 7 issues of hezf

我是在[这里](http://www.htmleaf.com/ziliaoku/qianduanjiaocheng/201502031323.html)看到的翻牌效果 想在flex中添加一些牌,有翻牌动画的这种 但是和牌里的`position`有冲突 不知道怎么解决了

This is a demo to use inline style.[demo](http://quilljs.com/playground/#class-vs-inline-style) I also check your 04-example.vue,but my code doesn't work. It's my code. ``` 清空 保存 发布审批 const axios = require('axios'); import Quill...

我是在这个库上面得到了很好的灵感 [vue-page-stack](https://github.com/hezhongfeng/vue-page-stack)

I set 3 colors for 3 widgets,but the pushbutton has no role I don't know why.......... ``` QtAwesome *awesome = new QtAwesome(); awesome->initFontAwesome(); QVariantMap vmapRed; QVariantMap vmapBlue; QVariantMap vmapGreen; vmapRed.insert("color",QColor(Qt::red)...

question

1. upgrade better-scroll to 1.15.1 2. picker data add disabled option

#### Describe the bug I want to access a api, and the server will redirect to login page. But I cant catch the response status, the status is `0` `axios.interceptors.response.use`...

我现在是先列举某一目录的对象列表(最多 1000 个),然后再逐个复制的,很麻烦,咱们有直接复制目录的接口吗?