Eric Chen
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...
### What problem does this feature solve?  would be better when `yAxis` has limit ### What does the proposed API look like? ```js dataZoom: [{ showDataShadow: false dataShadow: {...
`calc(a + b)` 的拼接缺少必要的空格。 `Sider` 内的折叠 `Menu` `Icon` 受到明显的影响,无法居中对齐:   相关问题: - 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` , 允许只勾选父级(勾选子级时仍自动勾选父级)。 示例: 
# 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: -...
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  ### Steps to reproduce ```js import useInfiniteScroll from 'vue-hooks-plus/es/useInfiniteScroll'; ``` ### System Info ```shell no...
**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...