mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 15:09:16 +08:00
types(Dialog): fix typing path (#8267)
This commit is contained in:
parent
387f2ac336
commit
bf56901fa1
@ -31,7 +31,7 @@
|
||||
import { ref } from 'vue';
|
||||
import { useTranslate } from '@demo/use-translate';
|
||||
import Dialog from '..';
|
||||
import { DialogAction } from 'types/dialog';
|
||||
import type { DialogAction } from '../Dialog';
|
||||
|
||||
const i18n = {
|
||||
'zh-CN': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user