finish home page

This commit is contained in:
liangping
2023-02-12 20:09:10 +08:00
parent ed266f5d2c
commit cfa8d07045
16 changed files with 368 additions and 37 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { breakpointsVuetify } from '@vueuse/core'
import { VIcon } from 'vuetify/components'
import { VAvatar } from 'vuetify/components'
// ❗ Logo SVG must be imported with ?raw suffix
// import logo from '@/assets/logo.svg?raw'
@@ -24,7 +24,7 @@ export const { themeConfig, layoutConfig } = defineThemeConfig({
isRtl: false,
skin: Skins.Default,
routeTransition: RouteTransitions.Fade,
iconRenderer: VIcon,
iconRenderer: VAvatar,
},
navbar: {
type: NavbarType.Sticky,