Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix descriptions 引用 Ellipsis路径bug #1013

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions components/descriptions/item.vdt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import {makeStyles} from './styles';
import {getRestProps, addStyle} from '../utils';
import {isFunction} from 'intact-shared';
import {Ellipsis} from 'kpc';
import {getRestProps} from '../utils';
import {Ellipsis} from '../ellipsis';

const {
children, className, span, label, content, append
} = this.get();
const { k } = this.config;


const classNameObj = {
[`${k}-description-item`]: true,
[className]: className,
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar: doc
---


## v3.4.1
## v3.4.2

1. `Add` 适配qiankun微前端框架 [#1002](https://github.com/ksc-fe/kpc/issues/1002)
2. `Add` 新增`Descriptions`描述列表组件 [#1010](https://github.com/ksc-fe/kpc/issues/1010)
Expand Down
Loading