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: README.md
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,6 @@ The rendered output adheres to [the ARIA specification](http://heydonworks.com/p
38
38
39
39
You can see a demo here: http://vue-tabs-component.spatie.be
40
40
41
-
## Postcardware
42
-
43
-
You're free to use this package (it's [MIT-licensed](LICENSE.md)), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
44
-
45
-
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
46
-
47
-
All postcards are published [on our website](https://spatie.be/opensource/postcards).
48
-
49
41
## Installation
50
42
51
43
You can install the package via yarn:
@@ -117,7 +109,7 @@ You can change the cache life time by passing the lifetime in minutes in the `ca
117
109
</tabs>
118
110
```
119
111
120
-
### Disable modifiy the url fragment
112
+
### Disable modifying the url fragment
121
113
122
114
When using with other libraries that use the url fragment, you can disable modifying the url fragment by passing the `useUrlFragment` options. This helps using it with vue-router, or using vue-tabs-component twice in the same page.
123
115
@@ -179,7 +171,7 @@ The output HTML has namespaced classes to target all nodes directly.
179
171
</div>
180
172
```
181
173
182
-
## Change log
174
+
## Changelog
183
175
184
176
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
185
177
@@ -197,6 +189,14 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
197
189
198
190
If you discover any security related issues, please contact [Freek Van der Herten](https://github.com/freekmurze) instead of using the issue tracker.
199
191
192
+
## Postcardware
193
+
194
+
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
195
+
196
+
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
197
+
198
+
We publish all received postcards [on our company website](https://spatie.be/en/opensource/postcards).
199
+
200
200
## Credits
201
201
202
202
-[Freek Van der Herten](https://github.com/freekmurze)
@@ -206,9 +206,13 @@ If you discover any security related issues, please contact [Freek Van der Herte
206
206
207
207
This package is based on the solution presented by [Jeffrey Way](https://twitter.com/jeffrey_way) in the [practical example #3](https://laracasts.com/series/learn-vue-2-step-by-step/episodes/11) video in the [Vue series](https://vuecasts.com) on [Laracasts](https://laracasts.com)
208
208
209
-
## About Spatie
209
+
## Support us
210
+
210
211
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).
211
212
213
+
Does your business depend on our contributions? Reach out and support us on [Patreon](https://www.patreon.com/spatie).
214
+
All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
215
+
212
216
## License
213
217
214
218
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
0 commit comments