Skip to content

Commit

Permalink
fix: 右键组件缺少PropType类型引用 (vbenjs#2129)
Browse files Browse the repository at this point in the history
右键组件缺少PropType类型引用
  • Loading branch information
a63149300 authored Aug 5, 2022
1 parent 20c10df commit dac9301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContextMenu/src/ContextMenu.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="tsx">
import type { ContextMenuItem, ItemContentProps, Axis } from './typing';
import type { FunctionalComponent, CSSProperties } from 'vue';
import type { FunctionalComponent, CSSProperties, PropType } from 'vue';
import { defineComponent, nextTick, onMounted, computed, ref, unref, onUnmounted } from 'vue';
import Icon from '/@/components/Icon';
import { Menu, Divider } from 'ant-design-vue';
Expand Down

0 comments on commit dac9301

Please sign in to comment.