+5
-2
lines changedFilter options
+5
-2
lines changed Original file line number Diff line number Diff line change
@@ -10,16 +10,19 @@
10
10
name: 'MdWave',
11
11
data () {
12
12
return {
13
-
animating: true
13
+
animating: false
14
14
}
15
15
},
16
16
props: {
17
17
waveClasses: null,
18
18
waveStyles: null
19
19
},
20
+
mounted: function() {
21
+
this.animating = true;
22
+
},
20
23
methods: {
21
24
end () {
22
-
this.animating = null
25
+
this.animating = false
23
26
this.$emit('md-end')
24
27
}
25
28
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4