Muhamad Nasir
Muhamad Nasir
### Description I create function for forward and rewind The Player can't reinit again, and show blank screen ```js rewindAndForward(skipBy) { const toMilis = skipBy * 1000; const duration =...
### What happened? I set the field error for the username field when there is a response from the API in the first step, but the error does not appear....
### Environment chrome Macos Node 20 Nuxt 3.12.1 ### Nuxt Config ```js auth: { globalMiddleware: true, strategies: { local: { token: { property: 'data.token', maxAge: 1000 * 60 * 60,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ### Expected Behavior - ### Steps to reproduce - ### Operating...
Some attributes were updated in the `useImage` composable. In version 1, the placeholder with the blurred image worked properly, but in version 2 it no longer works. The `q` parameter...