gaoluyang
2026-01-27 170e43cd3509a33be7db74e5f3dbd7a71bd9ffd1
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";