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:
site/client
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
};
|
Reference in New Issue
Block a user