添加首页歌单cat跳转

This commit is contained in:
alger
2021-10-08 17:16:33 +08:00
parent db259e0090
commit 0bbc2558a5
6 changed files with 120 additions and 14 deletions
+5
View File
@@ -5,6 +5,7 @@ import { getUserDetail, getUserPlaylist } from "@/api/user";
import type { IUserDetail } from "@/type/user";
import { ref } from "vue";
import { setAnimationClass, setAnimationDelay } from "@/utils";
import MPop from "@/components/common/MPop.vue";
const store = useStore()
const router = useRouter()
@@ -67,6 +68,10 @@ loadPage()
</div>
</div>
</div>
<MPop :show-pop="true">
<div>aaaaaaaaaaaaaaaaaa</div>
</MPop>
</div>
</template>