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";