get "items.\*.cumulativeSum"() { return this["items.\*.value"] + this[`items.${this.$1 - 1}.cumulativeSum`] } 無限ループになる可能性
get "items.*.cumulativeSum"() {
return this["items.*.value"] + this[
items.${this.$1 - 1}.cumulativeSum]}
無限ループになる可能性