mirror of
https://github.com/exane/not-gwent-online
synced 2026-01-14 03:33:50 +00:00
redefine app structure
This commit is contained in:
14
site/client/app/modules/inner/components/search-match.js
Normal file
14
site/client/app/modules/inner/components/search-match.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
|
||||
template: require('./../views/search-match.html'),
|
||||
|
||||
inherit: true,
|
||||
|
||||
methods: {
|
||||
cancelMatch: function() {
|
||||
this.modal = false;
|
||||
// trigger match functions
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user