methods: { // Game is over, clear storage and put it in indexedDB archiveGame: function() { // TODO: ... //clearStorage(); }, },