Sfoglia il codice sorgente

Fix: Fix name error for Home.vue

pull/169/head
winkidney 5 anni fa
committed by Isaac Bythewood
parent
commit
dfe6e46dcc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      pinry-spa/src/views/Home.vue

+ 1
- 1
pinry-spa/src/views/Home.vue Vedi 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,


Caricamento…
Annulla
Salva