diff --git a/.eslintrc.js b/.eslintrc.js index b2ab730f8..1737a72be 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -26,7 +26,8 @@ module.exports = { "vue/no-v-model-argument": "off", // ADD 'vue/multi-word-component-names': 'off', 'vue/require-default-prop': 'off', - 'vue/no-v-text-v-html-on-component': 'off' + 'vue/no-v-text-v-html-on-component': 'off', + 'vue/no-multiple-template-root': 'off' // In Vue3, this rule is deprecated }, globals: { 'wp': true, diff --git a/src/views/admin/components/navigation/tainacan-title.vue b/src/views/admin/components/navigation/tainacan-title.vue index 7a1e1993c..7c617c921 100644 --- a/src/views/admin/components/navigation/tainacan-title.vue +++ b/src/views/admin/components/navigation/tainacan-title.vue @@ -42,7 +42,9 @@  >  {{ childBreadCrumbItem.label }} + :to="{ path: childBreadCrumbItem.path, query: index === $i18n.get('items') ? { fromBreadcrumb: true } : null }"> + {{ childBreadCrumbItem.label }} + {{ childBreadCrumbItem.label }} @@ -52,6 +54,7 @@