@jx3box/jx3box-editor 2.0.2 → 2.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Npc.vue +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Npc.vue CHANGED
@@ -23,6 +23,7 @@
23
23
  {{ data.Intensity }}
24
24
  </span>
25
25
  </div>
26
+ <slot name="title"></slot>
26
27
  </div>
27
28
  <div class="u-primary">
28
29
  <div class="u-life">
@@ -154,7 +155,6 @@
154
155
  </div>
155
156
  <div class="u-id">
156
157
  ID : {{id}}
157
- <slot></slot>
158
158
  </div>
159
159
  </div>
160
160
  </div>