vue-github-button icon indicating copy to clipboard operation
vue-github-button copied to clipboard

:octocat: Unofficial github:button component for Vue.js

Results 2 vue-github-button issues
Sort by recently updated
recently updated
newest added

Hello, I met some errors when using it in my Vite4 project(Vue3, Typescript). ![截屏2023-04-15 下午12 07 17](https://user-images.githubusercontent.com/13096985/232182124-7c08db60-57ae-4a1e-b7d8-34ef66e54e73.png) The version of vue-github-button is `3.1.0`. Here is my code: ```vue import GithubButton...

Fix issue #21. In my case, `this.$refs._` is undefined in `beforeUpdate()` when I refresh the page. After I added if condition to test whether `this.$refs._` is defined, I found that...