liveh5-nuxt/app/config/index.ts

7 lines
176 B
TypeScript
Raw Normal View History

2025-01-08 05:26:12 +00:00
import type { RouteRecordName } from 'vue-router'
/**
* Use the AppFooter routing whitelist
*/
export const useAppFooterRouteNames: RouteRecordName[] = ['index', 'profile']