Konstantin Kulinicenko
Konstantin Kulinicenko
use puppeteer + jest
possible temporary solution: ```js declare module 'vue-parallax-js' { const n: any; export = n; } ```
``` ... routes: [ { path: '/', redirect: '/parent' }, { path: '/parent', component: Parent, children: [ // an empty path will be treated as the default, e.g. // components...
Let's imagine we got a Button in a form which suppose to be disabled when required fields in a form are empty. Basically we should prevent user to click /...
### Link to minimal reproducible example https://appkit-social-sync.vercel.app/ ### Steps to Reproduce 1. Open application in **Browser Tab A** and **Browser Tab B** 2. In **Tab A**: Click "Sign in with...