@jx3box/jx3box-ui 2.1.9 → 2.1.10

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/index.js CHANGED
@@ -32,6 +32,7 @@ import Thx from "./src/single/Thx.vue";
32
32
  import UserPop from "./src/author/UserPop.vue";
33
33
  import SuspendCommon from "./src/SuspendCommon.vue";
34
34
  import AdminDrop from "./src/bread/AdminDrop.vue";
35
+ import Copy from "./src/interact/Copy.vue";
35
36
 
36
37
  import {
37
38
  Jx3boxUiI18n,
@@ -72,6 +73,7 @@ const components = {
72
73
  UserPop,
73
74
  SuspendCommon,
74
75
  AdminDrop,
76
+ Copy,
75
77
  };
76
78
 
77
79
  const install = function (app) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@element-plus/icons-vue": "^2.3.2",
35
- "@jx3box/jx3box-common": "^9.2.0",
35
+ "@jx3box/jx3box-common": "^9.2.1",
36
36
  "@jx3box/jx3box-data": "^3.9.4",
37
- "@jx3box/jx3box-editor": "^3.1.1",
37
+ "@jx3box/jx3box-editor": "^3.1.3",
38
38
  "@jx3box/jx3box-emotion": "^1.3.0",
39
39
  "@jx3box/jx3box-macro": "^1.0.3",
40
- "@jx3box/jx3box-talent": "^1.3.12",
40
+ "@jx3box/jx3box-talent": "^1.3.13",
41
41
  "@tinymce/tinymce-vue": "^5.1.1",
42
42
  "@vueuse/core": "^9.13.0",
43
43
  "@vueuse/head": "^0.7.6",
package/src/App.vue CHANGED
@@ -36,7 +36,7 @@
36
36
  </div>
37
37
  <h1 class="m-title">复制组件</h1>
38
38
  <div class="m-block">
39
- <CopyComp value="xfbsyxj">xfbsyxj</CopyComp>
39
+ <Copy value="xfbsyxj">xfbsyxj</Copy>
40
40
  </div>
41
41
 
42
42
  <h1 class="m-title">切换侧边栏</h1>
@@ -199,7 +199,7 @@ import PostCollection from "./single/PostCollection.vue";
199
199
  import QRcode from "./interact/QRcode.vue";
200
200
  import UploadBanner from "./upload/UploadBanner.vue";
201
201
  import Mark from "./interact/Mark.vue";
202
- import CopyComp from "./interact/Copy.vue";
202
+ import Copy from "./interact/Copy.vue";
203
203
 
204
204
  import GamePrice from "./wiki/GamePrice.vue";
205
205
  import WikiComments from "./wiki/WikiComments.vue";
@@ -209,7 +209,7 @@ export default {
209
209
  name: "App",
210
210
  components: {
211
211
  Mark,
212
- CopyComp,
212
+ Copy,
213
213
  Author,
214
214
  // PostHeader,
215
215
  PostTopic,
@@ -123,6 +123,7 @@ export default {
123
123
  user-select: none;
124
124
  padding: 5px 0;
125
125
  padding-right: 20px;
126
+ .w(150px);
126
127
 
127
128
  &.on {
128
129
  .u-options {