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 './common/vueLoadingOverlay.vue';
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {