@jx3box/jx3box-common-ui 5.4.2 → 5.4.3
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
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
<div class="m-single-post" v-if="visible">
|
|
19
19
|
<el-divider content-position="left">JX3BOX</el-divider>
|
|
20
20
|
<div class="m-single-content">
|
|
21
|
+
<slot></slot>
|
|
21
22
|
<ArticleMarkdown v-if="isMarkdown" :content="post_content" />
|
|
22
23
|
<Article v-else :content="post_content" />
|
|
23
|
-
<slot></slot>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
|
26
26
|
<div class="m-single-null" v-else>
|
|
@@ -29,11 +29,12 @@
|
|
|
29
29
|
|
|
30
30
|
<!-- 文章后 -->
|
|
31
31
|
<div class="m-single-append">
|
|
32
|
-
<!-- 打赏 -->
|
|
33
|
-
<Thx class="m-single-thx" :postId="id" :postType="post_type" :userId="author_id" :adminBoxcoinEnable="true" :userBoxcoinEnable="true"/>
|
|
34
32
|
|
|
35
33
|
<slot name="single-append"></slot>
|
|
36
34
|
|
|
35
|
+
<!-- 打赏 -->
|
|
36
|
+
<Thx class="m-single-thx" :postId="id" :postType="post_type" :userId="author_id" :adminBoxcoinEnable="true" :userBoxcoinEnable="true"/>
|
|
37
|
+
|
|
37
38
|
<!-- 评论 -->
|
|
38
39
|
<div class="m-single-comment">
|
|
39
40
|
<el-divider content-position="left">评论</el-divider>
|