We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149ac2f commit 59ddd46Copy full SHA for 59ddd46
README.md
@@ -62,14 +62,12 @@ Add components to HTML template (with attributes):
62
<!-- ./index.html -->
63
64
<div id="app">
65
-
66
<vue-goodshare-facebook
67
page_url="https://github.com"
68
title_social="Facebook"
69
has_counter
70
has_icon
71
></vue-goodshare-facebook>
72
73
</div>
74
```
75
@@ -103,9 +101,7 @@ Add component to HTML template (without attributes):
103
101
104
102
105
106
107
<vue-goodshare></vue-goodshare>
108
109
110
111
0 commit comments