vue2首页搭建
vue2首页搭建
1. 首页面
2. index页面
3. 详情页面
4. 注册页面
5. 页面路由设置
6. app.vue设置
app.vue 是每个页面都有的配置,所以导航栏就适合写在这里。
但是注册/登入页面不应该显示导航栏,因此代码中做了特殊处理。
7. app.vue功能实现代码
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
app.vue 是每个页面都有的配置,所以导航栏就适合写在这里。
但是注册/登入页面不应该显示导航栏,因此代码中做了特殊处理。