diff --git a/src/components/ShikigamiProperty.vue b/src/components/ShikigamiProperty.vue
index cea7907..c9ae33c 100644
--- a/src/components/ShikigamiProperty.vue
+++ b/src/components/ShikigamiProperty.vue
@@ -32,9 +32,72 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -66,6 +129,12 @@ export default {
propertyData: propertyData,
shikigami: {
edit: false,
+ yuhun: {
+ target: "伤害输出",
+ property2: "",
+ property4: "",
+ property6: "",
+ },
levelRequired: "40",
speed: "",
skillRequiredMode: "all",
@@ -102,8 +171,8 @@ export default {
console.log("confirm====" + JSON.stringify(this.shikigami.edit))
// if (null == this.shikigami[this.index].properties) {
this.shikigami.edit = true
- this.$emit("updateProperty", JSON.parse(JSON.stringify(this.shikigami)));
- Object.assign(this.$data, this.$options.data())
+ this.$emit("updateProperty", JSON.parse(JSON.stringify(this.shikigami)));
+ Object.assign(this.$data, this.$options.data())
console.log("confirm====" + JSON.stringify(this.shikigami.edit))
// }
@@ -117,3 +186,4 @@ export default {
},
};
+