Use css base
Defined the css base for an element, it will be loaded only once no matter how many copies you use.
Register css via a computed
This css will be use for all copies of this element, so do not use internal variables in this. And it required a core mixin "Element"
Element.vue
Last updated