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