mirror of
https://github.com/exane/not-gwent-online
synced 2026-06-26 21:36:12 +03:00
move register into his own component
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
|
||||
template: require('./../views/login.html'),
|
||||
|
||||
inherit: true,
|
||||
|
||||
methods: {
|
||||
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
|
||||
template: require('./../views/register.html'),
|
||||
|
||||
inherit: true,
|
||||
|
||||
methods: {
|
||||
register: function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
console.log("bal");
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user