You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
473 B
29 lines
473 B
module.exports = {
|
|
components: [
|
|
'virtual',
|
|
'keyboard',
|
|
'mousewheel',
|
|
'navigation',
|
|
'pagination',
|
|
'scrollbar',
|
|
'parallax',
|
|
'zoom',
|
|
'lazy',
|
|
'controller',
|
|
'a11y',
|
|
'history',
|
|
'hash-navigation',
|
|
'autoplay',
|
|
'effect-fade',
|
|
'effect-cube',
|
|
'effect-flip',
|
|
'effect-coverflow',
|
|
'thumbs',
|
|
],
|
|
target: 'universal',
|
|
themeColor: '#007aff',
|
|
colors: {
|
|
white: '#ffffff',
|
|
black: '#000000',
|
|
},
|
|
};
|
|
|