@asd20/ui 3.2.423 → 3.2.424
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -276,6 +276,10 @@ export default {
|
|
|
276
276
|
if (!this.firstMessage) return ''
|
|
277
277
|
return this.firstMessage.publishDateTime
|
|
278
278
|
},
|
|
279
|
+
modifiedDateTime() {
|
|
280
|
+
if (!this.firstMessage) return ''
|
|
281
|
+
return this.firstMessage.modifiedDateTime
|
|
282
|
+
},
|
|
279
283
|
|
|
280
284
|
// categoryNames
|
|
281
285
|
// get all messages, then get a unique list of category names.
|