Fixed Stats data storage.
This commit is contained in:
parent
418563d70d
commit
78ef256d8d
@ -8,9 +8,11 @@ import StatsView from "../components/StatsView";
|
|||||||
export default {
|
export default {
|
||||||
name: "stats",
|
name: "stats",
|
||||||
components: { StatsView },
|
components: { StatsView },
|
||||||
data() {
|
data: function() {
|
||||||
chartData: null;
|
return {
|
||||||
options: null;
|
chartData: null,
|
||||||
|
options: null
|
||||||
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getAllTimeAverage: function() {
|
getAllTimeAverage: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user