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

@ -2,7 +2,7 @@ import Popover from './src/index.vue'
import PopoverDirective, { VPopover } from './src/directive'
import type { App } from 'vue'
import type { SFCWithInstall } from '@element-plus/utils/types'
import type { SFCWithInstall } from '@element-plus/utils-v2'
Popover.install = (app: App): void => {
app.component(Popover.name, Popover)