mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
docs: move pro navigation at the end on edge version
This commit is contained in:
@@ -47,8 +47,8 @@ const navigation = computed(() => {
|
|||||||
const pro = nav.value.find(item => item._path === '/pro')
|
const pro = nav.value.find(item => item._path === '/pro')
|
||||||
|
|
||||||
return [
|
return [
|
||||||
...(pro ? [pro] : []),
|
...dev,
|
||||||
...dev
|
...(pro ? [pro] : [])
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user