fix: some bugs

This commit is contained in:
xingyu4j
2025-11-11 15:19:21 +08:00
parent ac573416ef
commit 829d3afe4b
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 { Recordable } from '@vben/types';

View File

@@ -1,4 +1,4 @@
export {
export {
DialogPlugin as dialog,
MessagePlugin as message,
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';