soerenmartius / vue3-clipboard

📋 clipboard.js bindings for Vue 3
MIT License
106 stars 8 forks source link

how to use it in jsx? #93

Closed z0ffy closed 3 years ago

z0ffy commented 3 years ago

First of all, thank you very much for providing this wheel。

How to use it in jsx?

My project uses "vue": "^3.0.5"

soerenmartius commented 3 years ago

I don't work with TSX so I am not quite sure but I guess you can just import the standalone function?

z0ffy commented 3 years ago

I don't work with TSX so I am not quite sure but I guess you can just import the standalone function?

ok,i will try。thanks。