form-custom-test 3.0.158 → 3.0.159
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/dist/designer.es.js +3 -2
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +3 -2
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -26300,13 +26300,13 @@ function registerIcon(app) {
|
|
|
26300
26300
|
if (typeof window !== "undefined") {
|
|
26301
26301
|
let loadSvg = function() {
|
|
26302
26302
|
var body = document.body;
|
|
26303
|
-
var svgDom = document.getElementById("
|
|
26303
|
+
var svgDom = document.getElementById("__svg__icons__dom__1779190384706__");
|
|
26304
26304
|
if (!svgDom) {
|
|
26305
26305
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26306
26306
|
svgDom.style.position = "absolute";
|
|
26307
26307
|
svgDom.style.width = "0";
|
|
26308
26308
|
svgDom.style.height = "0";
|
|
26309
|
-
svgDom.id = "
|
|
26309
|
+
svgDom.id = "__svg__icons__dom__1779190384706__";
|
|
26310
26310
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26311
26311
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26312
26312
|
}
|
|
@@ -63542,6 +63542,7 @@ const _sfc_main$1 = {
|
|
|
63542
63542
|
this.handleOnCreated();
|
|
63543
63543
|
},
|
|
63544
63544
|
mounted() {
|
|
63545
|
+
console.log(this.designState, this.modelValue, this.hasExistingValue(), "333333333");
|
|
63545
63546
|
this.$nextTick(() => {
|
|
63546
63547
|
this.tryLoadCurrentUserSecondCompany();
|
|
63547
63548
|
});
|