mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 01:26:23 +00:00
Project card (#15)
* initial impl * merge from main * No more crashy * Almost there * fix import * fix more imports * Code cleanup, Fixed components, Added Tooltip * Added Env ind and Category pages --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
co-authored by
Geometrically
parent
ce38d4ff6b
commit
2264281e4d
@@ -1,8 +1,10 @@
|
||||
import * as components from './components'
|
||||
import FloatingVue from 'floating-vue'
|
||||
|
||||
function install(app) {
|
||||
for (const key in components) {
|
||||
app.component(key, components[key])
|
||||
app.use(FloatingVue)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user