Skip to content

Commit

Permalink
fix: fix descriptions 引用 Ellipsis路径bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbing4 committed Jun 17, 2024
1 parent 281621e commit d9b4d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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

0 comments on commit d9b4d8a

Please sign in to comment.