不使用NScrollbar组件
This commit is contained in:
@@ -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
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user