We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c5c78 commit 34c8ff3Copy full SHA for 34c8ff3
packages/coreui-vue/src/utils/getRTLPlacement.ts
@@ -1,5 +1,5 @@
1
import { Placement } from '@popperjs/core'
2
-import { isRTL } from '../utils'
+import isRTL from './isRTL'
3
4
const getRTLPlacement = (placement: string, element: HTMLDivElement | null): Placement => {
5
switch (placement) {
0 commit comments