lax.js icon indicating copy to clipboard operation
lax.js copied to clipboard

VueJS 3 Example

Open abikali opened this issue 3 years ago • 1 comments

Hello everyone,

I'm in love with the Lax and it's capabilities. Unfortunately I can't get it working with Vue 3.

I've checked the React example provided, but in Vue we do not have useEffect.

Can anyone be kind enough to create a simple example for Vue 3 using Lax 2.

Thanks tons!

abikali avatar Apr 21 '22 16:04 abikali

onMounted can be used for the same purpose as the useEffect. Here is a sandbox.

arthurdenner avatar May 03 '22 15:05 arthurdenner