From b34669c9a01ddc3b8ae69df6def60989da1c6cba Mon Sep 17 00:00:00 2001 From: andrzejewsky Date: Wed, 6 Jan 2021 15:06:18 +0100 Subject: [PATCH] fix adding to cart --- packages/core/docs/contributing/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/docs/contributing/changelog.md b/packages/core/docs/contributing/changelog.md index 09adfc3408..c01efed563 100644 --- a/packages/core/docs/contributing/changelog.md +++ b/packages/core/docs/contributing/changelog.md @@ -10,6 +10,8 @@ - change `useUserBillingFactory`, `useUserShippingFactory` and `useWishlistFactory` to return composable, move `setWishlist` inside of composable ([5350](https://github.com/vuestorefront/vue-storefront/pull/5350)) - optimize loading of fonts and their stylesheets from Google Fonts and introduce lazy hydration to improve performance ([#5326](https://github.com/DivanteLtd/vue-storefront/pull/5326)) - added missing `i18n` tags ([#5337](https://github.com/vuestorefront/vue-storefront/issues/5337)) +- fix adding to cart button on product page ([#5375](https://github.com/vuestorefront/vue-storefront/pull/5375)) + ## 2.1.1-rc.1 - updated version of nuxt composition-api