@jx3box/jx3box-ui 2.0.18 → 2.0.19

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-ui",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  <!-- <AuthorLink class="u-block u-links" :uid="uid" :data="data" /> -->
15
15
  <AuthorMedals class="u-block u-trophy" :uid="uid" />
16
16
  <!-- <AuthorTeams class="u-block u-teams" :uid="uid" /> -->
17
- <AuthorFans class="u-block u-fans" :uid="uid" />
17
+ <!-- <AuthorFans class="u-block u-fans" :uid="uid" /> -->
18
18
  <slot></slot>
19
19
  <AuthorPosts class="u-block u-posts" :uid="uid" />
20
20
  </template>
@@ -26,7 +26,7 @@ import AuthorInfo from "../author/AuthorInfo.vue";
26
26
  // import AuthorLink from "../author/AuthorLink.vue";
27
27
  // import AuthorFollow from "../author/AuthorFollow.vue";
28
28
  // import AuthorGift from "../author/AuthorGift.vue";
29
- import AuthorFans from "../author/AuthorFans.vue";
29
+ // import AuthorFans from "../author/AuthorFans.vue";
30
30
  import AuthorMedals from "../author/AuthorMedals.vue";
31
31
  // import AuthorTeams from "../author/AuthorTeams.vue";
32
32
  import AuthorPosts from "../author/AuthorPosts.vue";
@@ -70,7 +70,7 @@ export default {
70
70
  AuthorMedals,
71
71
  // AuthorTeams,
72
72
  AuthorPosts,
73
- AuthorFans,
73
+ // AuthorFans,
74
74
  AuthorRss,
75
75
  },
76
76
  };
package/vue.config.js CHANGED
@@ -27,7 +27,6 @@ module.exports = {
27
27
  overlay: {
28
28
  warnings: false,
29
29
  errors: false,
30
- runtimeErrors: false,
31
30
  },
32
31
  },
33
32
  },