chore: adjust extend method import path (#11341)

Co-authored-by: zhouronghua <zhouronghua01@qq.com>
This commit is contained in:
zhouronghua
2022-12-02 09:35:47 +08:00
committed by GitHub
parent 49336932ed
commit 6ee791a64c

View File

@@ -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() {