1
0

重命名“返回顶部”按钮组件

This commit is contained in:
2022-03-06 19:27:19 +08:00
parent fbeb36bbd5
commit 82392a72e4
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
</template> </template>
<!-- 返回顶部 --> <!-- 返回顶部 -->
<to-top /> <btn-to-top />
</div> </div>
@@ -94,16 +94,16 @@
import { setTitle, toast } from '@/assets/js/utils'; import { setTitle, toast } from '@/assets/js/utils';
import { getContentFile } from '@/request/index'; import { getContentFile } from '@/request/index';
import BtnToTop from '@/components/BtnToTop';
import ContentIndex from '@/components/ContentIndex'; import ContentIndex from '@/components/ContentIndex';
import MarkdownParser from '@/components/MarkdownParser'; import MarkdownParser from '@/components/MarkdownParser';
import ToTop from '@/components/ToTop';
export default { export default {
name: 'ContentView', name: 'ContentView',
components: { components: {
BtnToTop,
ContentIndex, ContentIndex,
MarkdownParser, MarkdownParser,
ToTop,
}, },
data() { data() {
return { return {