mirror of
https://github.com/youzan/vant.git
synced 2026-02-02 02:00:16 +08:00
types(Dialog): fix typing path (#8267)
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user