Blame view

node_modules/bootstrap-vue/src/constants/popper.js 384 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
export const PLACEMENT_TOP_START = 'top-start'
export const PLACEMENT_TOP_END = 'top-end'
export const PLACEMENT_BOTTOM_START = 'bottom-start'
export const PLACEMENT_BOTTOM_END = 'bottom-end'
export const PLACEMENT_RIGHT_START = 'right-start'
export const PLACEMENT_RIGHT_END = 'right-end'
export const PLACEMENT_LEFT_START = 'left-start'
export const PLACEMENT_LEFT_END = 'left-end'