摘要: 阅读全文
posted @ 2022-05-11 20:24 Exercise 阅读(14) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-11 20:20 Exercise 阅读(14) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-11 20:19 Exercise 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-11 20:17 Exercise 阅读(21) 评论(0) 推荐(0)
摘要: 代码本身就报错 阅读全文
posted @ 2022-05-11 20:13 Exercise 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-11 20:06 Exercise 阅读(39) 评论(0) 推荐(0)
摘要: 看到这,相信你们都能大概理解了,我就简写一下 之前写的忘了引入组件和方法了 import listViewTop from '@/components/listViewTop.vue' import playList from '@/components/playList.vue' import { 阅读全文
posted @ 2022-05-08 17:17 Exercise 阅读(196) 评论(0) 推荐(0)
摘要: 同上一篇一样,先建函数,链接接口 export function getTenner(type=30){ return axios.get(`${baseUrl}/personalized?limit=${type}`) } 创建生命周期函数,分别拿到数据和设置前端页面展示 onMounted(as 阅读全文
posted @ 2022-05-08 16:10 Exercise 阅读(76) 评论(0) 推荐(0)
摘要: (2)轮播图 1.下载并使用依赖包 swiper vue-awesome-swiper.与swiper@5以快速简洁的创建组件 2.引入swiper.css 与 swiper文件 (npm i vue-awesome-swiper swiper) (npm i swiper@5) 3.通过swipe 阅读全文
posted @ 2022-05-08 15:52 Exercise 阅读(220) 评论(0) 推荐(0)
摘要: 1.项目后端创建 (1).下载项目所需后端文件: 项目源码01-NeteaseCloudMusicApi-master(后端api源代码) (2) .将其解压缩并通过终端指令node app.is.运行项目所需后端文件 2.项目创建: (1) .通过vue3-cli 脚手架创建项目: vue cre 阅读全文
posted @ 2022-05-08 15:41 Exercise 阅读(48) 评论(0) 推荐(0)