This is me, Chrissy

Company Information

T

This is me, Chrissy

1 contacts available

Sign in to add to cart and unlock contacts.

Description

About — This is me, Chrissy 0

{ Alpine.data('companyPage', () => ({ companyId: 860084, companyName: 'This is me, Chrissy', creditCost: 1, get inCart() { return this.$store.cart.items.some(i => i.id === this.companyId && i.type === 'category_list_item'); }, addToCart() { this.$store.cart.add({ id: this.companyId, name: this.companyName, type: 'category_list_item', credits: this.creditCost }); }, removeFromCart() { this.$store.cart.remove(this.companyId, 'category_list_item'); } })); });