Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -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({ | ... | ... |