diff --git a/src/.vuepress/components/DownloadButtons.vue b/src/.vuepress/components/DownloadButtons.vue index 58608ff5..5c99e3ef 100644 --- a/src/.vuepress/components/DownloadButtons.vue +++ b/src/.vuepress/components/DownloadButtons.vue @@ -37,10 +37,12 @@ export default { default: "Preview" }, downloadStableUrl: { - type: String + type: String, + default: undefined }, downloadPreviewUrl: { - type: String + type: String, + default: undefined } }, diff --git a/src/.vuepress/components/Navigation.vue b/src/.vuepress/components/Navigation.vue index df6b58da..85e7fcca 100644 --- a/src/.vuepress/components/Navigation.vue +++ b/src/.vuepress/components/Navigation.vue @@ -1,12 +1,12 @@