+ <div id="historyfilters">
+ <button id="statsbutton" v-on:click="historyToStats">Statistics</button>
+ <label for="champselect">Champion</label>
+ <select id="champselect">
+ <option>All</option>
+ <option v-for="c in champions">{{ c }}</option>
+ </select>
+ <button id="refreshbutton" v-on:click="refreshHistory">Refresh</button>
+ </div>