chenhj
2026-02-25 12f01b616fad4acb9b380875c6335fd00aa21e08
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";