5 lines
91 B
JavaScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
import { $fetch } from "ofetch";
if (!globalThis.$fetch) {
globalThis.$fetch = $fetch;
}