mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
feat: 更新包版本
This commit is contained in:
@@ -39,6 +39,16 @@ const layoutRouter = [
|
||||
},
|
||||
component: () => import("@/views/user/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/test",
|
||||
name: "test",
|
||||
mate: {
|
||||
title: "用户",
|
||||
keepAlive: true,
|
||||
icon: "icon-Profile",
|
||||
},
|
||||
component: () => import("@/views/test/test.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
export default layoutRouter;
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class="p-4">
|
||||
<div class="box"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.box{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-image: url(http://p2.music.126.net/w_vuv9hBWq2hlJxJcmJrjg==/109951166115915081.jpg?param=500y500);
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user