b441260186
* add icons * add logic to change the icon * make the active menu bold * Encapsulate the dynamic icon behaviour into a self-contained component Co-authored-by: Deluan <deluan@navidrome.org>
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
import AlbumList from './AlbumList'
|
|
import AlbumShow from './AlbumShow'
|
|
|
|
export default {
|
|
list: AlbumList,
|
|
show: AlbumShow,
|
|
}
|