init: чистый старт Laravel + Vuexy
This commit is contained in:
12
resources/ts/navigation/horizontal/index.ts
Normal file
12
resources/ts/navigation/horizontal/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default [
|
||||
{
|
||||
title: 'Home',
|
||||
to: { name: 'root' },
|
||||
icon: { icon: 'tabler-smart-home' },
|
||||
},
|
||||
{
|
||||
title: 'Second page',
|
||||
to: { name: 'second-page' },
|
||||
icon: { icon: 'tabler-file' },
|
||||
},
|
||||
]
|
||||
12
resources/ts/navigation/vertical/index.ts
Normal file
12
resources/ts/navigation/vertical/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default [
|
||||
{
|
||||
title: 'Home',
|
||||
to: { name: 'root' },
|
||||
icon: { icon: 'tabler-smart-home' },
|
||||
},
|
||||
{
|
||||
title: 'Second page',
|
||||
to: { name: 'second-page' },
|
||||
icon: { icon: 'tabler-file' },
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user