Browse Source

Feature: Use home as default class name for home

pull/169/head
winkidney 5 years ago
committed by Isaac Bythewood
parent
commit
c5fd1a9193
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pinry-spa/src/pages/Home.vue

+ 1
- 1
pinry-spa/src/pages/Home.vue View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="hello">
<div class="home">
<PHeader></PHeader> <PHeader></PHeader>
<Pins></Pins> <Pins></Pins>
</div> </div>


Loading…
Cancel
Save