vue-github-button
vue-github-button copied to clipboard
:octocat: Unofficial github:button component for Vue.js
Hello, I met some errors when using it in my Vite4 project(Vue3, Typescript).  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...