Browse Source

feat: add

pull/58/head
zyronon 1 year ago
parent
commit
f48549376f
  1. 2
      .husky/commit-msg
  2. 1
      src/pages/me/components/GuessMusic.vue

2
.husky/commit-msg

@ -1 +1 @@ @@ -1 +1 @@
"npx --no-install commitlint --edit $1"
npx --no-install commitlint --edit $1

1
src/pages/me/components/GuessMusic.vue

@ -109,6 +109,7 @@ export default { @@ -109,6 +109,7 @@ export default {
},
watch: {
guessSlideIndex(newVal) {
console.log(2)
this.itemRefs.map((ref) => {
ref.togglePlay(false)
})

Loading…
Cancel
Save