ntohq/buefy-next

Remove use(Plugin) at import

kikuomax opened this issue · 0 comments

Description

Please remove use(Plugin) lines in individual components, which are executed when components are imported. The following is an example in Tag:

Why Buefy need this feature

use(Plugin) does not make sense in Vue 3 without any app context. I think these lines would prevent tree-shaking.