vue3-progress icon indicating copy to clipboard operation
vue3-progress copied to clipboard

☘ A vue3 component of progress bar the custom colors are supported 一款 vue3 进度条组件 支持自定义喜欢的颜色

Results 7 vue3-progress issues
Sort by recently updated
recently updated
newest added

How can I access this.$progress inside method as this keyword is not available inside ???

Hi, Want to make this component as user friendly as possible. If you use Vue 3 CLI with TS, when you use Vue router variables (to, from) Eslint recognises them...

参照的 vue3 的官方 vite 脚手架创建 Demo

I have a dev version running on windows and this runs well. However when i clone the same on linux, i get `SyntaxError: Invalid left-hand side in assignment` This line...

![cover](https://user-images.githubusercontent.com/11075892/98070512-4b2e7780-1e9c-11eb-885f-b13c91cee889.png)

vite bug can hack this way 🤔 ```diff -import Vue3Progress from "vue3-progress" +import Vue3Progress from "vue3-progress/" ``` 在 webpack 下用没问题,vite 还有问题最好暂时 hack 一下 😂