File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -438,6 +438,7 @@ import cacheControl from '~/helpers/cacheControl';
438438import { useAddToCart } from ' ~/helpers/cart/addToCart' ;
439439import CategorySidebarMenu from ' ~/components/Category/CategorySidebarMenu' ;
440440
441+
441442// TODO(addToCart qty, horizontal): https://github.com/vuestorefront/storefront-ui/issues/1606
442443export default defineComponent ({
443444 name: ' CategoryPage' ,
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ import { useImage } from '~/composables';
184184import { removeItem } from ' ~/helpers/asyncLocalStorage' ;
185185import { isPreviousStepValid } from ' ~/helpers/checkout/steps' ;
186186
187+
187188export default defineComponent ({
188189 name: ' ReviewOrderAndPayment' ,
189190 components: {
You can’t perform that action at this time.
0 commit comments