mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +08:00
chore: adjust extend method import path (#11341)
Co-authored-by: zhouronghua <zhouronghua01@qq.com>
This commit is contained in:
parent
49336932ed
commit
6ee791a64c
@ -1,5 +1,5 @@
|
|||||||
import { createApp, reactive, Component } from 'vue';
|
import { createApp, reactive, Component } from 'vue';
|
||||||
import { extend } from '../utils';
|
import { extend } from './basic';
|
||||||
import { useExpose } from '../composables/use-expose';
|
import { useExpose } from '../composables/use-expose';
|
||||||
|
|
||||||
export function usePopupState() {
|
export function usePopupState() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user