From 9a50dadffd1af26f0ecba51d421616bd2855de95 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Thu, 28 Mar 2019 19:01:50 -0300 Subject: [PATCH 01/24] fix(docs): fix issue with right sidebar table of contents (closes #2939) Ensure wrapper element exists when TOC not loaded during render Closes #2939 --- docs/components/toc.vue | 86 +++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 42 deletions(-) diff --git a/docs/components/toc.vue b/docs/components/toc.vue index fe053a68e24..3187898a333 100644 --- a/docs/components/toc.vue +++ b/docs/components/toc.vue @@ -1,50 +1,52 @@ +