adminforth 1.1.57 → 1.1.58
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.
|
@@ -126,7 +126,7 @@ import {showSuccesTost} from '@/composables/useFrontendApi';
|
|
|
126
126
|
const item = ref(null);
|
|
127
127
|
const route = useRoute();
|
|
128
128
|
const router = useRouter();
|
|
129
|
-
const loading = ref(
|
|
129
|
+
const loading = ref(true);
|
|
130
130
|
|
|
131
131
|
console.log(route.params,'showWiev');
|
|
132
132
|
|
package/package.json
CHANGED
|
@@ -126,7 +126,7 @@ import {showSuccesTost} from '@/composables/useFrontendApi';
|
|
|
126
126
|
const item = ref(null);
|
|
127
127
|
const route = useRoute();
|
|
128
128
|
const router = useRouter();
|
|
129
|
-
const loading = ref(
|
|
129
|
+
const loading = ref(true);
|
|
130
130
|
|
|
131
131
|
console.log(route.params,'showWiev');
|
|
132
132
|
|