1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-22 14:49:06 +00:00

styling searchMatch

This commit is contained in:
devfake
2015-06-22 11:10:43 +02:00
parent 9b4dbe39e2
commit 5972c72b67
3 changed files with 33 additions and 5 deletions

View File

@@ -2,6 +2,13 @@ module.exports = {
template: require('../../views/modals/searchMatch.html'),
inherit: true
inherit: true,
methods: {
cancelMatch: function() {
this.modal = false;
// trigger match functions
}
}
};