@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="page dark-mode">
|
||||
<div class="page">
|
||||
<b-navbar type="is-primary w-100">
|
||||
<template #brand>
|
||||
<NuxtLink to="/" class="navbar-item">
|
||||
@ -83,11 +83,6 @@ export default defineComponent({
|
||||
}
|
||||
cats.get(page.category).push(page)
|
||||
}
|
||||
// cats.forEach((pages) => {
|
||||
// pages.sort(
|
||||
// (page1, page2) => (page1.position || 0) > (page2.position || 0)
|
||||
// )
|
||||
// })
|
||||
categories.value = Array.from(cats)
|
||||
})
|
||||
return {
|
||||
|
Reference in New Issue
Block a user