You've already forked AstralRinth
forked from didirus/AstralRinth
Avatar, Badge, Checkbox, Chips, Pagination components (#10)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as components from './components'
|
||||
|
||||
function install (app) {
|
||||
function install(app) {
|
||||
for (const key in components) {
|
||||
app.component(key, components[key])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user