重命名“返回顶部”按钮组件
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user