# ProductDetailCrossSellingSw
# Props
Name | Type | Description |
---|---|---|
product-id required | String | |
cross-sellings required | Array |
# Data
Name | Type | Description | Initial value |
---|---|---|---|
mappedCrossSellings | array | [] | |
loading | boolean | false |
# Computed Properties
Name | Description |
---|---|
activeSellings | Dependencies: crossSellings |
# Methods
# fetchCrossSellings()
Syntax
fetchCrossSellings(id: unknow): void
1