unplugin-vue-components
unplugin-vue-components copied to clipboard
ElementPlusResolver SSR build not work
Description: When using element-plus drawer component, it's worked fine in development mode with ssr config false. And in production build for ssr, it's need config
ElementPlusResolver({
ssr:true
})
So that can use commonjs require.
But i found that this component display abnormal. I guess it's maybe the Element resolver not import Drawers dependencies---ElementOverLay and ElementDialog

Please give me help,thanks.
Seems some style is setting transparent the overlay container, open dev tools and check it.
/cc @YunYouJun
Got the same error with the most current versions of Vite, Element Plus and the resolver.