- 更新 AppFooter 组件中的路由名称引用 - 重命名 config 文件夹下的 index.ts 为 index.js - 删除 NationalMap 组件 - 新增 login 页面组件 - 更新 home 页面组件,移除 masonry 样式 - 更新 nuxt 配置,启用 pages:extend钩子 - 移除 package.json 中的 vue-masonry-wall依赖
11 lines
86 B
Vue
11 lines
86 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |