1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-05 22:07:42 +00:00

rewrite app view

This commit is contained in:
devfake
2015-06-22 12:16:40 +02:00
parent 3bc8290ab8
commit be39679690
4 changed files with 13 additions and 13 deletions

View File

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