|
@@ -42,6 +42,7 @@ export default defineComponent({
|
|
|
v-model:active={activeTab.value}
|
|
|
onChange={val => (activeTab.value = val)}
|
|
|
sticky
|
|
|
+ swipeThreshold={4}
|
|
|
offsetTop={height.value}
|
|
|
>
|
|
|
<Tab title="购买单曲" name="personal">
|
|
@@ -59,7 +60,7 @@ export default defineComponent({
|
|
|
<AlbumMy />
|
|
|
</div>
|
|
|
</Tab>
|
|
|
- <Tab title="收藏单曲" name="collection">
|
|
|
+ <Tab title="收藏平台单曲" name="collection">
|
|
|
<div class={styles.container}>
|
|
|
<Collection
|
|
|
ref={collection}
|