-
+
\ No newline at end of file
diff --git a/client/src/components/navbar/MobileLink.vue b/client/src/components/navbar/MobileLink.vue
index 9a49da4..ca246ae 100644
--- a/client/src/components/navbar/MobileLink.vue
+++ b/client/src/components/navbar/MobileLink.vue
@@ -6,36 +6,39 @@ export default {
components: {
SvgIcon
},
+ methods: {
+ optionSelected() {
+ this.$emit('optionSelected')
+ }
+ },
props: [
- "path",
+ "svgPath",
"text",
"to"
]
}
-
-