不使用NScrollbar组件

This commit is contained in:
zilong
2021-10-18 18:30:33 +08:00
parent 3f9197d37c
commit 0de746e55b
8 changed files with 157 additions and 10 deletions

View File

@@ -12,9 +12,9 @@ import { getSongDetial } from "@/network/song";
import dayjs from 'dayjs'
import 'dayjs/locale/zh-cn'
import duration from 'dayjs/plugin/duration'
import ArtistsSpan from "../../components/ArtistsSpan.vue";
import ArtistsSpan from "@/components/ArtistsSpan.vue";
const showInfo = ref(true);
const showInfo = ref(false);
const info = reactive({
name: "",
artists: "",