不使用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

@@ -4,7 +4,7 @@
<template>
<template v-for="(ar, idx) of artists" key="idx">
<span
@click="$router.push('/songer/' + ar.id)"
@click="$router.push('/singer/' + ar.id)"
style="margin-right: 4px; cursor: pointer"
>{{ ar.name }}</span
>