mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
feat(registry): implement responsive UI with glassmorphism and header fix
This commit is contained in:
@@ -3,6 +3,7 @@ import type { EnhanceAppContext } from 'vitepress'
|
||||
import Layout from './Layout.vue'
|
||||
import Icon from './components/Icon.vue'
|
||||
import 'flag-icons/css/flag-icons.min.css'
|
||||
import PluginRegistry from './components/PluginRegistry.vue'
|
||||
import './input.css'
|
||||
|
||||
export default {
|
||||
@@ -10,5 +11,6 @@ export default {
|
||||
Layout: Layout,
|
||||
enhanceApp({ app }: EnhanceAppContext) {
|
||||
app.component('Icon', Icon)
|
||||
app.component('PluginRegistry', PluginRegistry)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user