tag.id == item) && this.items.push(item); }, pull(item) { this.items.splice(this.items.indexOf(item), 1); }, name(item) { const tag = this.tags.find(tag => tag.id == item); return tag ? tag.name : item; }, init() { this.tags = Object.keys(this.tags).map((key) => this.tags[key]); const tagItems = this.selects ?? []; tagItems.forEach(tagItem => this.push(tagItem)); }, }" > 場所 `��A V tag.id == item)