From da8f034983c13d403d8f2a94ce76e498972dcce7 Mon Sep 17 00:00:00 2001 From: Bastien Jacquelin Date: Tue, 14 Mar 2023 08:23:58 +0100 Subject: [PATCH] export option --- src/view/nav-bar.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/view/nav-bar.js b/src/view/nav-bar.js index 3b21efd..900f30c 100644 --- a/src/view/nav-bar.js +++ b/src/view/nav-bar.js @@ -83,6 +83,9 @@ export default{ this.name=''; this.description=''; } + }, + Export:function(){ + console.log(JSON.stringify(this.teams)) } }, template: @@ -92,7 +95,7 @@ export default{ Teams Results -
+


@@ -118,6 +121,7 @@ export default{ :nom="team.name" :description="team.description"> +
` }