Add missing file
This commit is contained in:
parent
9bde5dbb20
commit
65b25ed488
|
|
@ -0,0 +1,7 @@
|
||||||
|
export default {
|
||||||
|
methods: {
|
||||||
|
addTeam(store, team) {
|
||||||
|
console.log('add team');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue