1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-16 21:17:30 +00:00

implement login view

This commit is contained in:
devfake
2015-06-23 09:44:14 +02:00
parent f3759f78cb
commit ba0965c016
8 changed files with 61 additions and 11 deletions

@@ -0,0 +1,11 @@
module.exports = {
template: require('../../views/modals/login.html'),
inherit: true,
methods: {
}
};