style(Nav): update pages variable
This commit is contained in:
parent
91d1bb45e6
commit
cbad744cf2
@ -1,27 +1,4 @@
|
||||
<script lang="ts" setup>
|
||||
// export default {
|
||||
// data: () => ({
|
||||
// pages: [
|
||||
// {
|
||||
// title: '教师',
|
||||
// page: '/teachers',
|
||||
// },
|
||||
// {
|
||||
// title: '事件',
|
||||
// page: '/events',
|
||||
// },
|
||||
// {
|
||||
// title: '文章',
|
||||
// page: '/posts',
|
||||
// },
|
||||
// {
|
||||
// title: '关于',
|
||||
// page: '/about',
|
||||
// },
|
||||
// ],
|
||||
// }),
|
||||
// }
|
||||
|
||||
const pages = [
|
||||
{
|
||||
title: '教师',
|
||||
|
Loading…
Reference in New Issue
Block a user