Skip to content

Instantly share code, notes, and snippets.

@khaidam1tiki
Last active July 19, 2021 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khaidam1tiki/7390c1c21faee4a00f3af4e4cd418317 to your computer and use it in GitHub Desktop.
Save khaidam1tiki/7390c1c21faee4a00f3af4e4cd418317 to your computer and use it in GitHub Desktop.
{
"component": true,
"usingComponents": {
"sale-product-item": "../SaleProductItem/index" // Component B
}
}
<scroll-view
scroll-y="{{false}}"
scroll-x="{{true}}"
class="sale-products-container"
>
<sale-product-item />
<sale-product-item />
<sale-product-item />
<sale-product-item />
</scroll-view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment