@saooti/octopus-sdk 30.0.91 → 30.0.92
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/README.md
CHANGED
|
@@ -587,4 +587,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
587
587
|
* 30.0.88 Podcastmaker newest (swiper list)
|
|
588
588
|
* 30.0.89 Podcastmaker newest (swiper list)
|
|
589
589
|
* 30.0.90 Podcastmaker newest (swiper list)
|
|
590
|
-
* 30.0.91 Encore newest
|
|
590
|
+
* 30.0.91 Encore newest
|
|
591
|
+
* 30.0.92 Encore newest
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<PodcastImage
|
|
12
12
|
:podcast="podcast"
|
|
13
13
|
:hide-play="!podcastItemDescription || (podcastItemDescription && (!hover || !description))"
|
|
14
|
-
:display-description="description && podcastItemDescription"
|
|
14
|
+
:display-description="0!==description.length && podcastItemDescription"
|
|
15
15
|
:arrow-direction="arrowDirection"
|
|
16
16
|
@hideDescription="hideDescription"
|
|
17
17
|
@showDescription="showDescription"
|