@jx3box/jx3box-editor 1.0.3 → 1.0.4

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/Markdown.vue +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Markdown.vue CHANGED
@@ -35,8 +35,8 @@ import Upload from "./Upload";
35
35
  import Resource from "./Resource";
36
36
 
37
37
  // jx3
38
- import macro from '@/components/markdown/macro.vue'
39
- import pz from '@/components/markdown/pz.vue'
38
+ // import macro from './components/markdown/macro.vue'
39
+ // import pz from './components/markdown/pz.vue'
40
40
 
41
41
 
42
42
  export default {