|
@@ -2,6 +2,7 @@
|
|
import { useAppStore } from '@/store/modules/app'
|
|
import { useAppStore } from '@/store/modules/app'
|
|
import { useDesign } from '@/hooks/web/useDesign'
|
|
import { useDesign } from '@/hooks/web/useDesign'
|
|
|
|
|
|
|
|
+// eslint-disable-next-line vue/no-reserved-component-names
|
|
defineOptions({ name: 'Footer' })
|
|
defineOptions({ name: 'Footer' })
|
|
|
|
|
|
const { getPrefixCls } = useDesign()
|
|
const { getPrefixCls } = useDesign()
|