mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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 { extend } from '../utils';
|
||||
import { extend } from './basic';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
export function usePopupState() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user