Ver código fonte

与Vben仓库同步升级

zuohuaijun 3 anos atrás
pai
commit
dcb47fe4e5

+ 1 - 1
Vben2/src/components/ContextMenu/src/ContextMenu.vue

@@ -1,6 +1,6 @@
 <script lang="tsx">
 <script lang="tsx">
   import type { ContextMenuItem, ItemContentProps, Axis } from './typing';
   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 { defineComponent, nextTick, onMounted, computed, ref, unref, onUnmounted } from 'vue';
   import Icon from '/@/components/Icon';
   import Icon from '/@/components/Icon';
   import { Menu, Divider } from 'ant-design-vue';
   import { Menu, Divider } from 'ant-design-vue';