Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Arranged components of category page in one folder (#630) #634

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `VueObserveVisibility` and `VueLazyload` dependency

### Changed / Improved
- Rearranged components of category page in one folder(#630)

## [1.0.4] - 04.01.2020

### Added
Expand Down
2 changes: 1 addition & 1 deletion pages/Category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ import {
localizedRoute,
currentStoreView
} from '@vue-storefront/core/lib/multistore';
import ASortIcon from 'theme/components/atoms/a-sort-icon';
import ASortIcon from 'theme/components/category/a-sort-icon';
import {
SfIcon,
SfList,
Expand Down