diff --git a/components/navigation/navigationBar.vue b/components/navigation/navigationBar.vue index cd18f28..60d6fce 100644 --- a/components/navigation/navigationBar.vue +++ b/components/navigation/navigationBar.vue @@ -1,29 +1,16 @@ @@ -52,6 +93,10 @@ dataList: { type: Array, default: [] + }, + dataObj: { + type: Object, + default: null } }, data() { @@ -80,6 +125,15 @@ + \ No newline at end of file