mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-02 14:07:31 +00:00
move register into his own component
This commit is contained in:
@@ -11,7 +11,8 @@ module.exports = {
|
||||
},
|
||||
|
||||
components: {
|
||||
login: require('./login')
|
||||
login: require('./../../session/components/login'),
|
||||
register: require('./../../session/components/register')
|
||||
},
|
||||
|
||||
ready: function() {
|
||||
|
@@ -1,11 +0,0 @@
|
||||
module.exports = {
|
||||
|
||||
template: require('./../views/login.html'),
|
||||
|
||||
inherit: true,
|
||||
|
||||
methods: {
|
||||
|
||||
}
|
||||
|
||||
};
|
Reference in New Issue
Block a user