From 443e4ce90fa4c41834d3cd59df7d6f2698edad46 Mon Sep 17 00:00:00 2001 From: reco_luan Date: Wed, 10 Apr 2019 15:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=9E=E5=88=B0=E9=A1=B6?= =?UTF-8?q?=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Common.vue | 4 +++- components/Password.vue | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/Common.vue b/components/Common.vue index fea48b1..336d5a0 100644 --- a/components/Common.vue +++ b/components/Common.vue @@ -26,6 +26,7 @@ + @@ -36,9 +37,10 @@ import Sidebar from '@theme/components/Sidebar.vue' import { resolveSidebarItems } from '../util' import Password from '@theme/components/Password' import Valine from '@theme/components/Valine/' +import BackToTop from "@theme/components/BackToTop" export default { - components: { Sidebar, Navbar, Password, Valine }, + components: { Sidebar, Navbar, Password, Valine, BackToTop }, props: ['sidebar', 'isComment'], diff --git a/components/Password.vue b/components/Password.vue index 902dec2..13d1deb 100644 --- a/components/Password.vue +++ b/components/Password.vue @@ -36,7 +36,7 @@ import Background from '@theme/components/Background' export default { components: {Background}, - name: 'BackToTop', + name: 'Password', data() { return { warningText: 'Konck! Knock!', diff --git a/package.json b/package.json index c3ef7ba..8f0fb4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-reco", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "this is a vuepress theme", "main": "index.js", "scripts": {