ci: add lint-staged check

This commit is contained in:
YunYouJun
2024-09-15 18:14:52 +08:00
parent 41bdc3346f
commit 86b565dfa9
15 changed files with 923 additions and 331 deletions

View File

@@ -1,5 +1,5 @@
import { isClient } from '@vueuse/core'
import type { Ref } from 'vue'
import { isClient } from '@vueuse/core'
export function useEmojiAnimation(recipeBtn: Ref<HTMLButtonElement | undefined>) {
const { x, y } = usePointer()