Loading client/src/components/Common/TextSummary.vue +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ interface Props { oneLineSummary?: boolean; /** If `true`, doesn't show expand/collapse buttons */ noExpand?: boolean; /** The component to use for the summary, default = `<p>` */ /** The component to use for the summary, default = `<span>` */ component?: string; /** If `true`, shows the full text */ showExpandText?: boolean; Loading Loading
client/src/components/Common/TextSummary.vue +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ interface Props { oneLineSummary?: boolean; /** If `true`, doesn't show expand/collapse buttons */ noExpand?: boolean; /** The component to use for the summary, default = `<p>` */ /** The component to use for the summary, default = `<span>` */ component?: string; /** If `true`, shows the full text */ showExpandText?: boolean; Loading