index.js 224 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 export default [ { title: 'Home', to: { name: 'root' }, icon: { icon: 'ri-home-smile-line' }, }, { title: 'Second page', to: { name: 'second-page' }, icon: { icon: 'ri-file-text-line' }, }, ]