fix: bugs

This commit is contained in:
xingyu4j
2025-11-11 15:19:46 +08:00
parent 829d3afe4b
commit 10f2583e2f
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import type { Component } from 'vue'; import type { Component } from 'vue';
import type { BaseFormComponentType } from '@vben/common-ui'; import type { BaseFormComponentType } from '@vben/common-ui';
import type { Recordable } from '@vben/types'; import type { Recordable } from '@vben/types';

View File

@@ -1,4 +1,4 @@
export { export {
DialogPlugin as dialog, DialogPlugin as dialog,
MessagePlugin as message, MessagePlugin as message,
NotifyPlugin as notification, NotifyPlugin as notification,

View File

@@ -1,4 +1,4 @@
import type { VxeTableGridOptions } from '@vben/plugins/vxe-table'; import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
import { h } from 'vue'; import { h } from 'vue';

View File

@@ -1,4 +1,4 @@
/** /**
* 该文件可自行根据业务逻辑进行调整 * 该文件可自行根据业务逻辑进行调整
*/ */
import type { RequestClientOptions } from '@vben/request'; import type { RequestClientOptions } from '@vben/request';

View File

@@ -1,4 +1,4 @@
import { message } from '#/adapter/tdesign'; import { message } from '#/adapter/tdesign';
enum UploadType { enum UploadType {
Image = 'image', Image = 'image',

View File

@@ -1,4 +1,4 @@
<script lang="ts" setup> <script lang="ts" setup>
import type { VbenFormSchema } from '@vben/common-ui'; import type { VbenFormSchema } from '@vben/common-ui';
import type { Recordable } from '@vben/types'; import type { Recordable } from '@vben/types';

View File

@@ -1,4 +1,4 @@
<script lang="ts" setup> <script lang="ts" setup>
import type { VbenFormSchema } from '@vben/common-ui'; import type { VbenFormSchema } from '@vben/common-ui';
import type { Recordable } from '@vben/types'; import type { Recordable } from '@vben/types';

View File

@@ -1,4 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
import type { Recordable } from '@vben/types'; import type { Recordable } from '@vben/types';
import type { SystemUserProfileApi } from '#/api/system/user/profile'; import type { SystemUserProfileApi } from '#/api/system/user/profile';

View File

@@ -1,4 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
import type { Recordable } from '@vben/types'; import type { Recordable } from '@vben/types';
import { $t } from '@vben/locales'; import { $t } from '@vben/locales';

View File

@@ -1,4 +1,4 @@
<script setup lang="tsx"> <script setup lang="tsx">
import type { VxeTableGridOptions } from '#/adapter/vxe-table'; import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { SystemSocialUserApi } from '#/api/system/social/user'; import type { SystemSocialUserApi } from '#/api/system/social/user';