Eric Chen

Results 27 issues of Eric Chen

[CDisplay Ex](http://www.cdisplayex.com/) The most popular CBR Reader CDisplay Ex is a light, efficient and Free CBR Reader, and it is also the most popular comic book reader. It is able...

stage: help wanted
type: package request
contribution welcome

### What problem does this feature solve? ![1645527584(1)](https://user-images.githubusercontent.com/12206891/155119011-b6c3aeef-52d8-4cc8-bed2-75f79244e454.png) would be better when `yAxis` has limit ### What does the proposed API look like? ```js dataZoom: [{ showDataShadow: false dataShadow: {...

new-feature
pending
en
stale
waiting-for: community

`calc(a + b)` 的拼接缺少必要的空格。 `Sider` 内的折叠 `Menu` `Icon` 受到明显的影响,无法居中对齐: ![image](https://user-images.githubusercontent.com/12206891/223306983-99cd592c-7a28-4d9e-b4aa-93e92b21456b.png) ![image](https://user-images.githubusercontent.com/12206891/222407572-d6e572ab-b5fe-45f7-afb0-3266d78cebd4.png) 相关问题: - https://github.com/ant-design/ant-design/issues/40986 - https://github.com/ant-design/cssinjs/issues/92

参考: https://router.vuejs.org/zh/guide/advanced/navigation-guards.html#全局前置守卫 一个自用的方法,能够使小程序代码接近H5原本的vue生态,仅供讨论: ```js import { createApp } from 'vue'; const App = createApp({}); export default App; ``` ```js import { createRouter, createWebHistory } from 'vue-router'; const router = createRouter({...

目前,`treeCheckable` 模式下,勾选父级会强制选中子级。建议添加一个 `showCheckedStrategy` , 允许只勾选父级(勾选子级时仍自动勾选父级)。 示例: ![image](https://user-images.githubusercontent.com/12206891/155280944-b2b77285-a571-4e9a-8975-c5e13dd9d90b.png)

# Pull Request Thank you for contributing to @toptal/gitignore and https://www.gitignore.io. ## New or update Select the appropriate check box for this pull request. This helps when merging to ensure...

# Elements Default PR Template In general, make sure you have: (check the boxes to acknowledge you've followed this template) - [x] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) #### Other Available PR Templates: -...

triaged
t/to-review

For some reason, I am still using webpack yet. Can this plugin 100% cover `vue-loader` 's features? If it can not, what are the different features between them? Thanks.

### Describe the bug Some hooks will import all hooks. For example: `useInfiniteScroll` https://github.com/InhiblabCore/vue-hooks-plus/blob/2a8fd77d5adab1f59d042dbacc7b407631aefa92/packages/hooks/src/useInfiniteScroll/index.ts#L2 ![image](https://github.com/user-attachments/assets/10d9e915-b005-4a91-a80d-a2e492b08216) ### Steps to reproduce ```js import useInfiniteScroll from 'vue-hooks-plus/es/useInfiniteScroll'; ``` ### System Info ```shell no...

good issue

**Is your feature request related to a problem?** Please describe a clear and concise description of what the problem is. E.g. I'm always frustrated when [...] **Describe the solution you'd...

enhancement