Skip to content

Commit bd642a2

Browse files
committed
done with home component
1 parent cab3501 commit bd642a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/create-home-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ postnumber: 31
99
framework: vue
1010
---
1111

12-
In this part we will create the following landing page based on this mockup \[add link to mockup]
12+
In this part we will create the following landing page.
1313

1414
First create a `Home.vue` component in the `Views` directory. Then go into the `router.js` and add the following route.
1515

@@ -107,7 +107,7 @@ export default {
107107

108108
Next we need to create the query schema document. create a folder called `graphql` and create a filed called `getAllListings.gql` and paste the following:
109109

110-
```
110+
```javascript
111111
query GetAllListings {
112112
getAllListings {
113113
listingId

0 commit comments

Comments
 (0)