Fix: Fix name error for Home.vue

This commit is contained in:
winkidney
2019-11-30 15:21:38 +08:00
committed by Isaac Bythewood
parent 133cd93d94
commit dfe6e46dcc

View File

@@ -10,7 +10,7 @@ import PHeader from '../components/PHeader.vue';
import Pins from '../components/Pins.vue';
export default {
name: 'p-header',
name: 'Home',
components: {
PHeader,
Pins,