diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index d81cb58a0d..3c3e3d85c1 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -10,13 +10,12 @@ ```vue @@ -98,10 +97,10 @@ + details="1h"> @@ -237,14 +236,13 @@ ### NcListItem one line mode ```vue - + counterType="highlighted" + details="1h" + name="This is an active element with highlighted counter" + one-line> @@ -279,7 +277,7 @@ The `actions-icon` slot can be used to pass icon to the inner NcActions componen
-