Commit e6d95fdf by fukai

去掉无用的ID属性

parent 53393b5c
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
...@@ -15,7 +15,7 @@ export default { ...@@ -15,7 +15,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: "" default: undefined
} }
}, },
data() { data() {
......
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: "" default: undefined
} }
}, },
data() { data() {
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
...@@ -15,7 +15,7 @@ export default { ...@@ -15,7 +15,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
}, },
id: { id: {
type: String, type: String,
default: '' default: undefined
} }
}, },
computed: { computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment