mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 17:05:50 +01:00
Fix: Fix name error for Home.vue
This commit is contained in:
committed by
Isaac Bythewood
parent
133cd93d94
commit
dfe6e46dcc
@@ -10,7 +10,7 @@ import PHeader from '../components/PHeader.vue';
|
|||||||
import Pins from '../components/Pins.vue';
|
import Pins from '../components/Pins.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'p-header',
|
name: 'Home',
|
||||||
components: {
|
components: {
|
||||||
PHeader,
|
PHeader,
|
||||||
Pins,
|
Pins,
|
||||||
|
|||||||
Reference in New Issue
Block a user