style(Nav): update pages variable

This commit is contained in:
thehrz 2023-07-11 15:40:59 +08:00
parent 91d1bb45e6
commit cbad744cf2
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158

View File

@ -1,27 +1,4 @@
<script lang="ts" setup> <script lang="ts" setup>
// export default {
// data: () => ({
// pages: [
// {
// title: '',
// page: '/teachers',
// },
// {
// title: '',
// page: '/events',
// },
// {
// title: '',
// page: '/posts',
// },
// {
// title: '',
// page: '/about',
// },
// ],
// }),
// }
const pages = [ const pages = [
{ {
title: '教师', title: '教师',