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 c201ed6 commit 1784dfbCopy full SHA for 1784dfb
index.js
@@ -15,19 +15,19 @@ export default {
15
} }, this.$slots.default)
16
},
17
mounted: function () {
18
- this.render()
+ this.paint()
19
20
beforeUpdate: function () {
21
this.reset()
22
23
updated: function () {
24
25
26
beforeDestroy: function () {
27
28
29
methods: {
30
- render: function () {
+ paint: function () {
31
render(this.$el.parentNode.insertBefore(this._ = document.createElement('span'), this.$el).appendChild(this.$el), (function(_this) {
32
return function (el) {
33
_this.$el.parentNode.replaceChild(el, _this.$el)
0 commit comments