Open Lisheri opened 8 months ago
nuxt3引入需要额外配置吗?document以及HTMLElement在SSR阶段没有, 但是我看案例中又支持
https://github.com/huodoushigemi/wc-flow-layout?tab=readme-ov-file#-use-in-ssr
导入方式改为动态导入即可
- import 'wc-waterfall' + if (typeof document != 'undefined') import('wc-waterfall')
nuxt3引入需要额外配置吗?document以及HTMLElement在SSR阶段没有, 但是我看案例中又支持