mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
fix(TextEllipsis): dots repeated (#12120)
* fix(TextEllipsis): dots repeated * feat(text-ellipsis): snapshot error
This commit is contained in:
parent
3326547cf1
commit
49e1e9f73e
@ -129,7 +129,6 @@ export default defineComponent({
|
||||
return (
|
||||
content.slice(0, leftPart[1]) +
|
||||
dots +
|
||||
dots +
|
||||
content.slice(rightPart[1], end)
|
||||
);
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
</div>
|
||||
<div>
|
||||
<div class="van-text-ellipsis">
|
||||
......
|
||||
...
|
||||
<span class="van-text-ellipsis__action">
|
||||
expand
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user