rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.98k stars 1.81k forks source link

How to get the floating point number of the progress? #231

Open Envov opened 2 years ago

Envov commented 2 years ago

i have component list which map from Promise list []:fetch。 each componet accept a prop state like 【Promise.pending、resolve、reject】 i want to map promise state with progress in my component. how can i get the nprogress's floating point number in my component? in vue thanks!🙏