feat: 大改前存档

This commit is contained in:
fit2cloud-chenyw
2021-04-09 11:58:03 +08:00
parent 396285ad69
commit acdfd5015f
4 changed files with 16 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ export default {
const item = context.props.item
return createElement(item.component, {
props: {
options: item.options,
element: item
},
on: {

View File

@@ -15,16 +15,19 @@
export default {
props: {
options: {
element: {
type: Object,
default: null
}
},
data() {
return {
options: null
}
},
created() {
this.options = this.element.options
},
mounted() {
this.$nextTick(() => {