mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-27 05:36:43 +08:00
optimize(hooks): remove obsolete disabling cache.
This commit is contained in:
parent
3cbaf4f4bf
commit
b10f98a366
@ -1,4 +1,4 @@
|
|||||||
import { addAPIProvider, disableCache } from '@iconify/vue';
|
import { addAPIProvider } from '@iconify/vue';
|
||||||
|
|
||||||
/** Setup the iconify offline */
|
/** Setup the iconify offline */
|
||||||
export function setupIconifyOffline() {
|
export function setupIconifyOffline() {
|
||||||
@ -6,7 +6,5 @@ export function setupIconifyOffline() {
|
|||||||
|
|
||||||
if (VITE_ICONIFY_URL) {
|
if (VITE_ICONIFY_URL) {
|
||||||
addAPIProvider('', { resources: [VITE_ICONIFY_URL] });
|
addAPIProvider('', { resources: [VITE_ICONIFY_URL] });
|
||||||
|
|
||||||
disableCache('all');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user