forgotten search string

This commit is contained in:
batuhanbas
2020-02-21 15:09:43 +03:00
parent a9db9b9cd5
commit 473e0431d2
2 changed files with 12 additions and 7 deletions

View File

@ -21,4 +21,11 @@ const app = new Vue({
mixins: [
Global
],
data: function () {
return {
form: new Form('transaction'),
}
},
});