This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Fix name error for Home.vue
pull/169/head
winkidney
5 years ago
committed by
Isaac Bythewood
parent
133cd93d94
commit
dfe6e46dcc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry-spa/src/views/Home.vue
+ 1
- 1
pinry-spa/src/views/Home.vue
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,
Write
Preview
Loading…
Cancel
Save