/router/clean.ts which contains only some initial routes, to use this file you
should
change router instance path inside
src/main.ts as shown bleow.
import router from "@/router/clean.ts"; src/core/config/MainMenuConfig.ts. Header menu is
generated inside
src/layout/header/Menu.vue
and the aside menu is generated inside
src/layout/aside/Menu.vue. src/layout/header/Menu.vue
and
src/layout/aside/Menu.vue
from src/core/config/MainMenuConfig.ts to clean menu config as shown below.
import MainMenuConfig from "@/core/config/CleanMainMenuConfig"; src/views