Commit 56a80b81a81de7e8fbf480fb0419b1807a3691b2

Authored by fengtao
1 parent ed4c035d

fix(src/packages): 移动代码位置,修复打包错误

... ... @@ -100,9 +100,10 @@ import { icon } from '@/plugins'
100 100 import { MacOsControlBtn } from '@/components/Tips/MacOsControlBtn'
101 101 import { ChartType } from '../..'
102 102 import { updateThreeJsModel } from '@/api/external/contentSave/content'
103   -const { EllipsisHorizontalCircleSharpIcon, TrashIcon, HammerIcon, SendIcon } = icon.ionicons5
104 103 import LoadThreeModelImage from '../LoadThreeModelImage.vue'
105 104
  105 +const { EllipsisHorizontalCircleSharpIcon, TrashIcon, HammerIcon, SendIcon } = icon.ionicons5
  106 +
106 107 const emit = defineEmits(['delete', 'resize', 'edit', 'release', 'inputUpdateCard'])
107 108
108 109 const props = defineProps({
... ...