@jx3box/jx3box-vue3-ui 0.1.11 → 0.1.12

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-vue3-ui",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,6 +21,7 @@
21
21
  size="small"
22
22
  icon="ChatRound"
23
23
  @click="showForm = !showForm"
24
+ type="primary"
24
25
  >回复</el-button
25
26
  >
26
27
  <el-button
@@ -30,6 +31,7 @@
30
31
  icon="Delete"
31
32
  size="small"
32
33
  @click="deleteComment()"
34
+ type="danger"
33
35
  >删除</el-button
34
36
  >
35
37
  <el-button
@@ -39,6 +41,7 @@
39
41
  icon="Top"
40
42
  size="small"
41
43
  @click="topComment(true)"
44
+ type="primary"
42
45
  >置顶</el-button
43
46
  >
44
47
  <el-button
@@ -48,6 +51,7 @@
48
51
  icon="Top"
49
52
  size="small"
50
53
  @click="topComment(false)"
54
+ type="primary"
51
55
  >取消置顶</el-button
52
56
  >
53
57
  <el-button
@@ -57,6 +61,7 @@
57
61
  icon="Star"
58
62
  size="small"
59
63
  @click="starComment(true)"
64
+ type="primary"
60
65
  >加精</el-button
61
66
  >
62
67
  <el-button
@@ -66,6 +71,7 @@
66
71
  icon="StarFilled"
67
72
  size="small"
68
73
  @click="starComment(false)"
74
+ type="primary"
69
75
  >取消加精</el-button
70
76
  >
71
77
  <time class="u-date">
@@ -112,7 +118,7 @@
112
118
  :disabled="disableSubmitBtn"
113
119
  >提交</el-button
114
120
  >
115
- <el-button size="small" link @click="showForm = false"
121
+ <el-button size="small" link @click="showForm = false" type="primary"
116
122
  >收起</el-button
117
123
  >
118
124
  </el-form-item>
@@ -29,6 +29,7 @@
29
29
  icon="ChatLineRound"
30
30
  size="small"
31
31
  @click="showReplyForReplyInput()"
32
+ type="primary"
32
33
  >回复</el-button
33
34
  >
34
35
  <el-button
@@ -37,6 +38,7 @@
37
38
  link
38
39
  icon="Delete"
39
40
  size="small"
41
+ type="danger"
40
42
  @click="deleteComment()"
41
43
  >删除</el-button
42
44
  >