zydx-plus 1.33.380 → 1.33.381
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
|
@@ -611,11 +611,11 @@ import zydxDragPopup from '../../dragPopup'
|
|
|
611
611
|
import zydxSelect from '../../select'
|
|
612
612
|
import {exegesisId} from "./extend/exegesis-id";
|
|
613
613
|
import {html2json, json2html} from '../../utils/html2json.js'
|
|
614
|
-
import MarginModeration from "
|
|
615
|
-
import MarginNarrow from "
|
|
616
|
-
import MarginStandard from "
|
|
617
|
-
import MarginWide from "
|
|
618
|
-
import isSelect from "
|
|
614
|
+
import MarginModeration from "../src/margin-moderation.vue";
|
|
615
|
+
import MarginNarrow from "../src/margin-narrow.vue";
|
|
616
|
+
import MarginStandard from "../src/margin-standard.vue";
|
|
617
|
+
import MarginWide from "../src/margin-wide.vue";
|
|
618
|
+
import isSelect from "../src/isSelect.vue";
|
|
619
619
|
|
|
620
620
|
const img = require('./image/annotation.png')
|
|
621
621
|
export default {
|