chushihua
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
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',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user