vueComponent / ant-design-vue-nuxt

MIT License
63 stars 6 forks source link

document is not defined #8

Closed BillEliot closed 11 months ago

BillEliot commented 1 year ago

依然是 document is not defined

aibayanyu20 commented 1 year ago

可以尝试跑一下我们的demoantdv-nuxt-starter

ghost commented 1 year ago

我使用Modal组件就会报document is not defined错误,除非我用<ClientOnly>包裹它。antdv-nuxt-starter也存在相同的问题

aibayanyu20 commented 1 year ago

现在很多组件是避免不了嵌套ClientOnly的,像Tour、Modal、Drawer这种里面都是使用了document