deepseek-pc/node_modules/naive-ui/es/_utils/env/is-native-lazy-load.mjs

2 lines
142 B
JavaScript
Raw Permalink Normal View History

2025-02-28 19:43:11 +08:00
import { isBrowser } from "./is-browser.mjs";
export const isImageSupportNativeLazy = isBrowser && 'loading' in document.createElement('img');