feat: add

This commit is contained in:
zyronon 2024-04-05 02:25:00 +08:00
parent 4a24b4b110
commit f48549376f
2 changed files with 2 additions and 1 deletions

View File

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

View File

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