mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 05:25:36 +07:00
Fix lint errors and cleanup node_modules from git
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import type { EnhanceAppContext } from 'vitepress'
|
||||
import Layout from './Layout.vue'
|
||||
import Icon from './components/Icon.vue'
|
||||
import 'flag-icons/css/flag-icons.min.css'
|
||||
@@ -7,7 +8,7 @@ import './style.css'
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
Layout: Layout,
|
||||
enhanceApp({ app }) {
|
||||
enhanceApp({ app }: EnhanceAppContext) {
|
||||
app.component('Icon', Icon)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user