Inndy / vue-clipboard2

A simple vue2 binding to clipboard.js
https://vue-clipboard2.inndy.tw/
MIT License
1.77k stars 242 forks source link

Allow Container Type null #133

Closed camdenmoors closed 3 years ago

camdenmoors commented 3 years ago

Since document.querySelector returns Element | null it's useful to handle this case here (currently having to do document.querySelector() || undefined)