Alex
Alex
# Setup "vue": "^3.2.33" "vue3-signature": "0.1.17" "vite": "^2.9.9" ``` ... const signature = ref(null); watch(() => signature.value, (newSignature: any, oldValue: any) => { console.log('newSignature', newSignature); // => ref(undefined) }); ```...
Declare `enabled` option for the Mousewheel options, to prevent the type check errors. Currently TS build raise a (non-blocking) error on build: error TS2353: Object literal may only specify known...
### Minimal, reproducible example ```TypeScript import puppeteer from 'puppeteer'; (async () => { // Launch the browser and open a new blank page const browser = await puppeteer.launch(); const page...