mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
- Replace @element-plus with relative path to avoid bundling issue fix #2294 Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
This commit is contained in:
parent
e9ea4b4ee2
commit
5d980505f2
@ -1,11 +1,11 @@
|
||||
import { computed, defineComponent, ref, reactive, onMounted, onBeforeUnmount, watch } from 'vue'
|
||||
import { BAR_MAP } from '@element-plus/scrollbar/src/util'
|
||||
import { on, off } from '@element-plus/utils/dom'
|
||||
import { rAF, cAF } from '@element-plus/utils/raf'
|
||||
import isServer from '@element-plus/utils/isServer'
|
||||
|
||||
import { DefaultScrollBarProps, ScrollbarSizeKey, ScrollbarDirKey, SCROLLBAR_MIN_SIZE } from '../defaults'
|
||||
import { renderThumbStyle } from '../utils'
|
||||
import { BAR_MAP } from '../../../scrollbar/src/util'
|
||||
|
||||
import type { CSSProperties } from 'vue'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user