2025-09-05 14:59:21 +08:00

5 lines
91 B
JavaScript

import { $fetch } from "ofetch";
if (!globalThis.$fetch) {
globalThis.$fetch = $fetch;
}