types(Dialog): fix typing path (#8267)

This commit is contained in:
neverland 2021-03-04 15:50:36 +08:00 committed by GitHub
parent 387f2ac336
commit bf56901fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
import { ref } from 'vue'; import { ref } from 'vue';
import { useTranslate } from '@demo/use-translate'; import { useTranslate } from '@demo/use-translate';
import Dialog from '..'; import Dialog from '..';
import { DialogAction } from 'types/dialog'; import type { DialogAction } from '../Dialog';
const i18n = { const i18n = {
'zh-CN': { 'zh-CN': {