This commit is contained in:
songchenxuan
2023-08-21 10:00:08 +08:00
parent dd38ccd156
commit 08cb72394b
+2 -1
View File
@@ -5,7 +5,8 @@ new Vue({
attr: '',
struct: {
...struct,
attribute: struct.attribute
attribute: struct.attribute,
structType: struct.type
}
}
},