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:
@ -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)
|
||||
|
Reference in New Issue
Block a user