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
@merikan
merikan / Jenkinsfile
Last active June 7, 2025 23:07
Some Jenkinsfile examples
Some Jenkinsfile examples
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