issues Search Results · repo:Tarektouati/vue-use-web language:TypeScript
Filter by
22 results
(98 ms)22 results
inTarektouati/vue-use-web (press backspace or delete to remove)hi,
would be nice if the dependency on @vue/composition-api could be dropped for a new vue3 version of the package!
simonbuehler
- 5
- Opened on Feb 10, 2021
- #345
Hi,
The device motion fails silently in ios as the permission is not requested, could this be added as outlinedHere ?
🐛 bug
simonbuehler
- 1
- Opened on Dec 1, 2020
- #321
For the moment each new version of vue-use-web is published manually. Let s take advantage of Github Action to
automatically publish on the NPM registry when there s a new release.
✨ enhancement
Tarektouati
- Opened on May 8, 2020
- #178
The type of useFetch() does not match the real implementation:
type distributed with the package:
import { Ref } from @vue/composition-api ;
export declare function useFetch(url: RequestInfo, options: ...
🐛 bug
GauthierPLM
- 2
- Opened on Apr 7, 2020
- #144
Thanks for a nice library. I have an issue with useClipboard when used in a component.
Problem: Does not capture copies in other tabs or applications because it is only listening to copy events in its ...
✨ enhancement
mspoulsen
- 1
- Opened on Mar 11, 2020
- #105
Hello, I m trying to use this to get acceleration values but when trying to use the code in the sample
template
div
h2 acceleration is: /h2
p x:{{ acceleration.x }} /p
p y:{{ acceleration.y ...
nitnahtnit
- 2
- Opened on Jan 16, 2020
- #45
This is a suggestion based on a similar useFetch() implementation from project vue-async-function.
Please add a generic type signature to useFetch() to define e.g. the proper type of the returned JSON ...
✨ enhancement
lbssousa
- Opened on Dec 26, 2019
- #41
Instead of just returning all res.blob(), res.text(), res.json() alternative outputs from useFetch() at once, you could
just return a single output, properly parsed based on the value of Content-Type response ...
✨ enhancement
🛳 In PR
lbssousa
- 1
- Opened on Dec 26, 2019
- #40
This is a suggestion based on a similar useFetch() implementation from project vue-async-function.
Instead of just invoking fetch() in component mounted lifecycle hook, you could make useFetch(url) support ...
✨ enhancement
lbssousa
- Opened on Dec 26, 2019
- #39
It would be useful to add the hardware concurrency information in a composition function, something like this:
const { numberOfProcessors } = useHardwareConcurrency();
good first issue
🐣 good for beginners
logaretm
- Opened on Nov 13, 2019
- #30

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.