diff --git a/src/components/TabsMenu.vue b/src/components/TabsMenu.vue index bf3b40b..618eb36 100644 --- a/src/components/TabsMenu.vue +++ b/src/components/TabsMenu.vue @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/src/components/TabsMenuElements/MainView/Components/WhyNotText.vue b/src/components/TabsMenuElements/MainView/Components/WhyNotText.vue new file mode 100644 index 0000000..d548a10 --- /dev/null +++ b/src/components/TabsMenuElements/MainView/Components/WhyNotText.vue @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/src/components/TabsMenuElements/MainView/MainView.vue b/src/components/TabsMenuElements/MainView/MainView.vue index 5cfbddc..f51ce64 100644 --- a/src/components/TabsMenuElements/MainView/MainView.vue +++ b/src/components/TabsMenuElements/MainView/MainView.vue @@ -18,6 +18,9 @@ export default { toStyle() { return {}; } + }, + props: { + current_tab: String } } \ No newline at end of file