diff --git a/docs/src/components/PageNavigation/index.vue b/docs/src/components/PageNavigation/index.vue index 6f2073a27..c12e25e3c 100644 --- a/docs/src/components/PageNavigation/index.vue +++ b/docs/src/components/PageNavigation/index.vue @@ -41,7 +41,12 @@ export default { flattenedItems() { const flattenedItems = [] - this.items.forEach(({ title, link, redirect, items }) => { + this.items.forEach(({ + title, + link, + redirect, + items, + }) => { flattenedItems.push({ title, link, diff --git a/docs/src/demos/Examples/MarkdownShortcuts/index.vue b/docs/src/demos/Examples/MarkdownShortcuts/index.vue index d2176b576..5bd851c11 100644 --- a/docs/src/demos/Examples/MarkdownShortcuts/index.vue +++ b/docs/src/demos/Examples/MarkdownShortcuts/index.vue @@ -6,7 +6,6 @@