project init
This commit is contained in:
5
components/swiper/common/constants.js
Normal file
5
components/swiper/common/constants.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const DIRECTION = {
|
||||
HOR: 'horizontal',
|
||||
VER: 'vertical',
|
||||
};
|
||||
export { DIRECTION };
|
||||
Reference in New Issue
Block a user