ele-admin-plus 1.3.0-beta.4 → 1.3.0
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.
|
@@ -4,7 +4,7 @@ import { ElFormItem, ElCol, ElRow } from "element-plus";
|
|
|
4
4
|
import { omit } from "../../utils/core";
|
|
5
5
|
import { getValue } from "../util";
|
|
6
6
|
import { childrenRenderProps } from "../props";
|
|
7
|
-
import BuilderWrapper from "./builder-wrapper
|
|
7
|
+
import BuilderWrapper from "./builder-wrapper";
|
|
8
8
|
import { defaultItemTypeData } from "./item-type-data";
|
|
9
9
|
function _isSlot(s) {
|
|
10
10
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
@@ -6,7 +6,7 @@ const elementPlus = require("element-plus");
|
|
|
6
6
|
const core = require("../../utils/core");
|
|
7
7
|
const util = require("../util");
|
|
8
8
|
const props = require("../props");
|
|
9
|
-
const BuilderWrapper = require("./builder-wrapper
|
|
9
|
+
const BuilderWrapper = require("./builder-wrapper");
|
|
10
10
|
const itemTypeData = require("./item-type-data");
|
|
11
11
|
function _isSlot(s) {
|
|
12
12
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|