jobdone-shared-files 1.1.23 → 1.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<script setup>
|
|
163
163
|
import { ref, reactive, computed, nextTick, onMounted, onBeforeUnmount } from 'vue';
|
|
164
164
|
import { modalShow, modalHide } from "./common/ModalSetup.js";
|
|
165
|
-
import Loading from
|
|
165
|
+
import Loading from "./vueLoadingOverlay.vue";
|
|
166
166
|
import flatPickr from "vue-flatpickr-component";
|
|
167
167
|
import { MandarinTraditional } from "flatpickr/dist/l10n/zh-tw";
|
|
168
168
|
import VueEasyLightbox from 'vue-easy-lightbox';
|