|
@@ -188,7 +188,7 @@ export default {
|
|
// const item = this.items;
|
|
// const item = this.items;
|
|
item.props = Object.assign(
|
|
item.props = Object.assign(
|
|
{},
|
|
{},
|
|
- // dataProp[item.type].props,
|
|
|
|
|
|
+ dataProp[item.type].props,
|
|
this.items.props
|
|
this.items.props
|
|
);
|
|
);
|
|
item.event = Object.assign({}, this.items.event);
|
|
item.event = Object.assign({}, this.items.event);
|
|
@@ -215,7 +215,7 @@ export default {
|
|
}else{
|
|
}else{
|
|
this.$emit("inputChange", this._items.value, this._items);
|
|
this.$emit("inputChange", this._items.value, this._items);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
// this.$emit("inputChange", this._items.value, this._items);
|
|
// this.$emit("inputChange", this._items.value, this._items);
|
|
},
|
|
},
|
|
// Switch
|
|
// Switch
|
|
@@ -630,7 +630,7 @@ export default {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
-<style lang="scss" scoped>
|
|
|
|
|
|
+<style lang="less" scoped>
|
|
.ItemComponentRoot {
|
|
.ItemComponentRoot {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|