
--- client/views/pages/App.vue
+++ client/views/pages/App.vue
... | ... | @@ -4,6 +4,7 @@ |
4 | 4 |
<AdminMenu /> |
5 | 5 |
<main class="main-wrap"> |
6 | 6 |
<div :class="{'content-wrap': true, 'main': this.$route.path === this.$filters.ctxPath('/adm/main.page')}"> |
7 |
+ <!-- <MenuSatisfaction/> --> |
|
7 | 8 |
<router-view /> |
8 | 9 |
</div> |
9 | 10 |
</main> |
... | ... | @@ -13,6 +14,7 @@ |
13 | 14 |
<main class="main-wrap"> |
14 | 15 |
<Breadcrumb v-if="$route.path !== this.$filters.ctxPath('/adm/main.page') && $route.path !== this.$filters.ctxPath('/main.page')" /> |
15 | 16 |
<router-view /> |
17 |
+ <!-- <MenuSatisfaction/> --> |
|
16 | 18 |
</main> |
17 | 19 |
</div> |
18 | 20 |
</template> |
... | ... | @@ -22,6 +24,7 @@ |
22 | 24 |
import AdminHeader from "../layout/AdminHeader.vue"; |
23 | 25 |
import AdminMenu from "../layout/AdminMenu.vue"; |
24 | 26 |
import Breadcrumb from "../component/Breadcrumb/Breadcrumb.vue"; |
27 |
+import MenuSatisfaction from "../layout/menuSatisfaction.vue"; |
|
25 | 28 |
const App = { |
26 | 29 |
data: () => { |
27 | 30 |
return { |
... | ... | @@ -51,6 +54,7 @@ |
51 | 54 |
'AdminHeader': AdminHeader, |
52 | 55 |
'AdminMenu': AdminMenu, |
53 | 56 |
'Breadcrumb' : Breadcrumb, |
57 |
+ 'MenuSatisfaction': MenuSatisfaction, |
|
54 | 58 |
}, |
55 | 59 |
mounted() {}, |
56 | 60 |
}; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?