refactor(utils-v2): refactor utils (#5699)

This commit is contained in:
三咲智子
2022-02-09 16:59:08 +08:00
committed by GitHub
parent b80e5c69e9
commit c1e5d724d8
282 changed files with 851 additions and 822 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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,