diff --git a/components/Common.vue b/components/Common.vue index 117da64..cff4241 100644 --- a/components/Common.vue +++ b/components/Common.vue @@ -5,7 +5,7 @@ @touchstart="onTouchStart" @touchend="onTouchEnd"> - +
-
-
-
-
-
-

Welcome {{$site.title}}

-

Just wait a minute!

-
- - - diff --git a/index.js b/index.js index 7852b5e..af468bc 100644 --- a/index.js +++ b/index.js @@ -18,9 +18,10 @@ module.exports = (options, ctx) => ({ }, plugins: [ - '@vuepress-reco/vuepress-plugin-back-to-top', - '@vuepress-reco/vuepress-plugin-pagation', - '@vuepress-reco/vuepress-plugin-screenfull', + '@vuepress-reco/back-to-top', + '@vuepress-reco/loading-page', + '@vuepress-reco/pagation', + '@vuepress-reco/screenfull', '@vuepress/active-header-links', ['@vuepress/plugin-blog', { permalink: '/:regular',