mirror of
https://github.com/exane/not-gwent-online
synced 2025-11-08 09:08:40 +00:00
styling searchMatch
This commit is contained in:
@@ -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