Migrated progress bar and progress editor to vuex.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<input type="text" class="form-control" v-model="searchTerm" @keydown.enter="search"/>
|
||||
<input type="text" class="form-control" placeholder="search by title" v-model="searchTerm" @keydown.enter="search"/>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -58,7 +58,6 @@ export default {
|
||||
'findAll'
|
||||
]),
|
||||
search: function () {
|
||||
this.$store.commit('increment')
|
||||
this.updateHistory();
|
||||
this.findAll(this.searchTerm);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user