Ian
Ian
Hello, I am using Get router, but I find that currently the Get.to function cannot support `showCupertinoParallax`, could you add the field to the function? ``` Get.to( ()=>PageA(), opaque: false,...
The "HTML Env Replacement" feature is not work inside the tag. Issue: - Input ``` // path: env/.env VITE_ENV=development // path: index.php ``` - Output (Issue) ``` // path: index.php...
[Feature Request] v-date-input should allow to set a custom ISO 8601 date format (e.g. YYYY-MM-DD)
### Problem to solve I want to uniform the date format to "YYYY-MM-DD" (ISO 8601 format) to avoid user mistakes. (current version is: mm/dd/yyyy, which is a confusing date format)...
#88 caused this bug. After version 2.7.0, the input elements cannot be focused, probably the useFocusTrap force to focus on the step only. It should be allowed to focus on...