We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f792ac0 commit 8132106Copy full SHA for 8132106
index.js
@@ -38,6 +38,9 @@ export default defineComponent({
38
},
39
methods: {
40
paint: function () {
41
+ if (this.$el.lastChild !== this.$refs._) {
42
+ return
43
+ }
44
const _ = this.$el.appendChild(document.createElement('span'))
45
const _this = this
46
import(/* webpackMode: "eager" */ 'github-buttons').then(function (module) {
0 commit comments