mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
refactor(utils-v2): refactor utils (#5699)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { withInstall, withNoopInstall } from '@element-plus/utils/with-install'
|
||||
import { withInstall, withNoopInstall } from '@element-plus/utils-v2'
|
||||
import Carousel from './src/main.vue'
|
||||
import CarouselItem from './src/item.vue'
|
||||
|
||||
|
@ -32,7 +32,7 @@ import {
|
||||
onUnmounted,
|
||||
} from 'vue'
|
||||
import { autoprefixer } from '@element-plus/utils/util'
|
||||
import { debugWarn } from '@element-plus/utils/error'
|
||||
import { debugWarn } from '@element-plus/utils-v2'
|
||||
import { useNamespace } from '@element-plus/hooks'
|
||||
import type { CSSProperties } from 'vue'
|
||||
import type { InjectCarouselScope, ICarouselItemProps } from './carousel'
|
||||
|
@ -83,7 +83,7 @@ import { ElIcon } from '@element-plus/components/icon'
|
||||
import { ArrowLeft, ArrowRight } from '@element-plus/icons-vue'
|
||||
import { useNamespace } from '@element-plus/hooks'
|
||||
|
||||
import { debugWarn } from '@element-plus/utils/error'
|
||||
import { debugWarn } from '@element-plus/utils-v2'
|
||||
import type {
|
||||
ICarouselProps,
|
||||
CarouselItem,
|
||||
|
Reference in New Issue
Block a user