diff --git a/docs/.vuepress/components/Tabs.vue b/docs/.vuepress/components/Tabs.vue index 0c4d460de..6c1d6a110 100644 --- a/docs/.vuepress/components/Tabs.vue +++ b/docs/.vuepress/components/Tabs.vue @@ -17,7 +17,7 @@ -
+
@@ -50,6 +50,9 @@ export default Vue.extend({ computed: { tag: function() { return "tabs-" + this.title; + }, + contentTag: function() { + return "tabs-" + this.title + "-content"; } } });