gaoluyang
2026-02-26 f9a9009a9ead99c731eccfbf66ca943fb601b9e2
src/components/ImageUpload/index.vue
@@ -47,6 +47,8 @@
</template>
<script setup>
import { ref, computed, watch, getCurrentInstance, onMounted, nextTick } from "vue";
import { Plus } from "@element-plus/icons-vue";
import { getToken } from "@/utils/auth";
import { isExternal } from "@/utils/validate";
import Sortable from "sortablejs";