mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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')
|
||||
|
||||
return [
|
||||
...(pro ? [pro] : []),
|
||||
...dev
|
||||
...dev,
|
||||
...(pro ? [pro] : [])
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user