1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-07-27 20:33:28 +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
site/client
app
components
views
assets

@@ -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
}
}
};