Skip to content

Commit

Permalink
perf: 删除多余引入加上缺少的组件名声明
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Jan 9, 2023
1 parent 62f4b65 commit 816c941
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/meTable/components/pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { useGlobalStore } from '@/store';
import { ElPagination } from 'element-plus';
import { PropType } from 'vue';
export default defineComponent({
name: 'Pagination',
props: {
options: {
type: Object as PropType<
Expand Down
1 change: 1 addition & 0 deletions src/components/meVxeTable/components/pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { useGlobalStore } from '@/store';
import { ElPagination } from 'element-plus';
import { PropType } from 'vue';
export default defineComponent({
name: 'Pagination',
props: {
options: {
type: Object as PropType<
Expand Down
1 change: 0 additions & 1 deletion src/views/components/vxeTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ import { VxeTablePropTypes } from 'vxe-table';
import XEUtils from 'xe-utils';
import { FormInstance } from 'element-plus';
import { listApi } from '@/api/vxeTable';
import computedProxy from '@/hooks/core/computedProxy';
const meVxeTableRef = ref<MeVxeTableInstance>();
const xTable = computed(() => meVxeTableRef.value?.vxeTableRef);
const restaurants = [
Expand Down

0 comments on commit 816c941

Please sign in to comment.