w3cplus为您提供了一系列精品Web Components教程,教你如何入门Web Components,同时也一步步精通Web Components,学Web Components就上w3cplus。
feat(components): [table] fix lazy loading 336cb5b pull-request-triage bot assigned webvs2 Oct 31, 2024 pull-request-triage bot commented Oct 31, 2024 👋 @webvs2, thank you for contributing element-plus. You can comment with /label Components:[component_name] to add a label for ...
fix(components): [table] row has rowspan when hover it only has background on the first row of this rowspan #15529 Merged tolking merged 22 commits into element-plus:dev from dowinweb:dev Feb 4, 2024 Merged fix(components): [table] row has rowspan when hover it only has backgrou...
3 changes: 2 additions & 1 deletion 3 packages/components/button/src/use-button.ts Original file line numberDiff line numberDiff line change @@ -4,7 +4,8 @@ import { useFormItem, useFormSize, } from '@element-plus/components/form' import { useDeprecated, useGlobalConfig } from '@...
* docs(components): [autocomplete] * Add new API component `ref-type`. * Update doc API name font-family. * Update API popup style. * Update Autocomplete documentations.dev (element-plus/element-plus#10405) jw-foss committed Nov 4, 2022 1 parent 98e171e commit 71e6365 Showing...
2 changes: 2 additions & 0 deletions 2 packages/element-plus/component.ts Original file line numberDiff line numberDiff line change @@ -102,6 +102,7 @@ import { ElTree } from '@element-plus/components/tree' import { ElTreeSelect } from '@element-plus/components/tree-select' import {...
…-plus#13715) fix(components): [collapse-transition]dev (element-plus/element-plus#13715) mhpsy committed Jul 26, 2023 Verified 1 parent f93a9eb commit 0697a03 Showing 1 changed file with 2 additions and 5 deletions. Whitespace Ignore whitespace Split Unified 7 changes: 2 additions & 5...
fix(components): [select-v2] Tags content overflow wrap (element-plus… Browse files …#9677) closed element-plus#8619 Loading branch information Tsong-LC committed Sep 7, 2022 Verified 1 parent 691873c commit 2dc3079 Showing 1 changed file with 1 addition and 0 deletions. Whitespace Ig...
[Style] [popover] (element-plus@2.3.12,根据官网el-popover虚拟触发案例,在vue3中导入ClickOutside指令显示找不到node_modules/element-plus/es/components/ck-outside/style/css) According to the el-popover virtual trigger case on the official website, importing ClickOutside directive in vue3 shows th...
5 changes: 2 additions & 3 deletions 5 packages/components/space/src/use-space.ts Original file line numberDiff line numberDiff line change @@ -4,13 +4,12 @@ import { useNamespace } from '@element-plus/hooks' import type { SpaceProps } from './space' import type { CSSProperties,...