adminforth 1.20.1-next.11 → 1.20.1-next.12
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.
|
@@ -1906,9 +1906,9 @@
|
|
|
1906
1906
|
}
|
|
1907
1907
|
},
|
|
1908
1908
|
"node_modules/caniuse-lite": {
|
|
1909
|
-
"version": "1.0.
|
|
1910
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
1911
|
-
"integrity": "sha512-
|
|
1909
|
+
"version": "1.0.30001715",
|
|
1910
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001715.tgz",
|
|
1911
|
+
"integrity": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==",
|
|
1912
1912
|
"dev": true,
|
|
1913
1913
|
"funding": [
|
|
1914
1914
|
{
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
|
|
50
50
|
<script setup lang="ts">
|
|
51
51
|
import { humanifySize } from '@/utils';
|
|
52
|
-
import { ref,
|
|
52
|
+
import { ref, type Ref } from 'vue';
|
|
53
53
|
import { IconFileSolid } from '@iconify-prerendered/vue-flowbite';
|
|
54
54
|
import { watch } from 'vue';
|
|
55
55
|
import adminforth from '@/adminforth';
|