0.2.2 • Published 6 years ago
@bldr/vue-plugin-components-collection
Licence
—
Version
0.2.2
Deps
3
Size
6 kB
Vulns
1
Weekly
0
@bldr/vue-plugin-components-collection
This package provides some SFC vue components to be used by various BALDR Vue apps.
Components
- DynamicSelect
- MaterialIcon
import { MaterialIcon } from '@bldr/vue-plugin-components-collection'
export default {
name: 'MyApp',
components: {
MaterialIcon
}
}