File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ <template >
2
+ <iframe
3
+ src =" https://ghbtns.com/github-btn.html?user=learn-vuejs&repo=vue-patterns&type=star&count=true&size=large"
4
+ frameborder =" 0"
5
+ scrolling =" 0"
6
+ width =" 145px"
7
+ height =" 30px"
8
+ >
9
+ </iframe >
10
+ </template >
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ home: true
3
3
heroImage : /learn-vue-logo.png
4
4
actionText : Get Started →
5
5
actionLink : /patterns/
6
- footer : MIT Licensed | Copyright © 2018-present Ilkwon Sim
7
6
---
8
7
9
8
<div class =" hero " >
9
+ <p class =" action " >
10
+ <GithubStarButton></GithubStarButton>
11
+ </p >
12
+
10
13
<a href =" https://gumroad.com/a/462206067 " target =" _blank " rel =" noopener noreferrer " >
11
14
<img src="https://www.fullstack.io/assets/images/vue-github.png" alt="Fullstack Vue Book">
12
15
</a >
You can’t perform that action at this time.
0 commit comments