Jawal.Kwan

Results 5 issues of Jawal.Kwan

![image](https://user-images.githubusercontent.com/9155059/71539345-04b3e680-2976-11ea-8afd-09320e5730dc.png)

code: 11 message: "Failed to execute 'objectStore' on 'IDBTransaction': The transaction has finished." name: "InvalidStateError" my code is simple: `return await this.table.update(id, { examineDate: data.examineDate })` but,it return error notice...

question

### 版本 2.0.33 ### 转载链接 [https://www.uviewui.com/](https://www.uviewui.com/) ### 重现步骤 u-button组件在一级页面中各种样式显示正常,但如果被放到自定义组件中,样式.u-reset-button的属性会覆盖其他样式类的属性,导致背景都变成透明的了 ### 期望的结果是什么? 不管在一级页面还是自定义组件,按钮的显示样式应该一致 ### 实际的结果是什么? 一级页面显示正常,自定义组件内显示不正常

i copy the config.default.js to config.js then i add the auth info in "auth" like ``` auth: [ /* * Add the name, username, and password of the databases you...

question