From 439e3b0f076280311b7cd4251a95820730242780 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 07 八月 2024 10:43:33 +0800 Subject: [PATCH] 一些更新 --- src/components/Drawer/src/props.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Drawer/src/props.ts b/src/components/Drawer/src/props.ts index e82d998..30a624d 100644 --- a/src/components/Drawer/src/props.ts +++ b/src/components/Drawer/src/props.ts @@ -1,6 +1,6 @@ import type { PropType } from 'vue'; -import { useI18n } from '/@/hooks/web/useI18n'; +import { useI18n } from '@/hooks/web/useI18n'; const { t } = useI18n(); @@ -30,7 +30,7 @@ title: { type: String, default: '' }, loadingText: { type: String }, showDetailBack: { type: Boolean, default: true }, - visible: { type: Boolean }, + open: { type: Boolean }, loading: { type: Boolean }, maskClosable: { type: Boolean, default: true }, getContainer: { -- Gitblit v1.9.3