You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/create-home-component.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ postnumber: 31
9
9
framework: vue
10
10
---
11
11
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.
13
13
14
14
First create a `Home.vue` component in the `Views` directory. Then go into the `router.js` and add the following route.
15
15
@@ -107,7 +107,7 @@ export default {
107
107
108
108
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:
0 commit comments