reuwi

Results 9 issues of reuwi

### Reproduction https://github.com/reuwi/pinia-vue2-watch-bug-repro/tree/master ### Steps to reproduce the bug #### Step1: Clone this repo to local ``` git clone [email protected]:reuwi/pinia-vue2-watch-bug-repro.git ``` #### Step2: install dependencies ``` npm install && npm...

bug
has workaround
vue 2.x

fix blur event won't be fired in some cases: https://github.com/quilljs/quill/issues/1397#issuecomment-372720610

@cenkai88 vue-svg-icon组件的index和currentIndex如果都不传入的话,那么都会被添加active的类,所以建议移除,让使用者自行添加激活功能; 因为比如在vux的第三方组件库中的tabbar组件中已经提供了自动激活类的设置,不需要自己在做额外的配置.

rt, 可以支持农历吗?

1.更新element-ui至2.X; 2.优化编辑,删除功能; 3.优化显示UI; 4.todo list: ①增加同级 ②增加下一级

### 这个功能解决了什么问题? sticky 的 slot 增加 isFixed 参数,方便在不同状态下展示不同样式,目前需要通过回调来获取这个状态太麻烦了 ### 你期望的 API 是什么样子的? ```

feature: need confirm

in the gapi.auth2 type doc: `interface AuthorizeResponse { access_token: string; id_token: string; code: string; scope: string; expires_in: number; first_issued_at: number; expires_at: number; error: string; error_subtype: string; }` however I tried...