import 'element3/lib/theme-chalk/button.css'
import { ElButton } from 'element3'
createApp(App).use(ElButton).mount('#app')
What is the expected behavior?
I expected that there is no need to manually import . Instead of, we can use an additional plugin to import components, like "unplugin-vue-components" or some thing like that? So i want to know if the element3 support that or other similar?
Bug description
What is the current behavior?
What is the expected behavior?
I expected that there is no need to manually import . Instead of, we can use an additional plugin to import components, like "unplugin-vue-components" or some thing like that? So i want to know if the element3 support that or other similar?