You've already forked AstralRinth
forked from didirus/AstralRinth
Make current code library + add docs
This commit is contained in:
12
lib/index.js
Normal file
12
lib/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as components from './components'
|
||||
|
||||
function install (app) {
|
||||
for (const key in components) {
|
||||
app.component(key, components[key])
|
||||
}
|
||||
}
|
||||
|
||||
export default { install }
|
||||
export * from './components'
|
||||
|
||||
import './assets/omorphia.scss'
|
||||
Reference in New Issue
Block a user