Skip to content

Instantly share code, notes, and snippets.

View LoveMeWithoutAll's full-sized avatar
🌙
On the moon

YoungSeon.Ahn LoveMeWithoutAll

🌙
On the moon
View GitHub Profile
import { unrefElement, useEventListener } from '@vueuse/core'
const defaultWindow = typeof window !== 'undefined' ? window : undefined
/**
* Listen for clicks outside of an element.
*
* @see https://vueuse.org/onClickOutside
* @param target
* @param handler
@merikan
merikan / Jenkinsfile
Last active April 27, 2024 03:58
Some Jenkinsfile examples
Some Jenkinsfile examples