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
@LoveMeWithoutAll
LoveMeWithoutAll / AWSCertifiedDeveloperUnofficialStudyGuide.md
Created February 24, 2021 00:05 — forked from serithemage/AWSCertifiedDeveloperUnofficialStudyGuide.md
AWS 공인 개발자 - 어소시에이트 수험 가이드
@LoveMeWithoutAll
LoveMeWithoutAll / 0_reuse_code.js
Created October 1, 2013 09:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console