chore: adjust extend method import path (#11341)
Co-authored-by: zhouronghua <zhouronghua01@qq.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createApp, reactive, Component } from 'vue';
|
||||
import { extend } from '../utils';
|
||||
import { extend } from './basic';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
export function usePopupState() {
|
||||
|
||||
Reference in New Issue
Block a user