From: Eduardo San Martin Morote Date: Fri, 15 Jan 2021 14:34:42 +0000 (+0100) Subject: chore: sponsors [skip ci] X-Git-Tag: v4.0.4~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a33f82dfb1368e088a362cce9dfd4e644053c6;p=thirdparty%2Fvuejs%2Frouter.git chore: sponsors [skip ci] --- diff --git a/README.md b/README.md index db0ad8a5..bcb86019 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,44 @@ # vue-router-next [![release candidate](https://img.shields.io/npm/v/vue-router/next.svg)](https://www.npmjs.com/package/vue-router/v/next) [![CircleCI](https://circleci.com/gh/vuejs/vue-router-next.svg?style=svg)](https://circleci.com/gh/vuejs/vue-router-next) -This is the repository for Vue Router 4 (for Vue 3) +> This is the repository for Vue Router 4 (for Vue 3) + +

Supporting Vue Router

+ +Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider: + +- [Become a Sponsor on GitHub](https://github.com/sponsors/posva) +- [One-time donation via PayPal](https://paypal.me/posva) + + + + +

Silver Sponsors

+ +

+ + Vue Mastery + + + + Vuetify + +

+ +

Bronze Sponsors

+ +

+ + Storyblok + + + + Storyblok + +

+ +--- + +Get started with the [documentation](https://next.router.vuejs.org). ## Quickstart diff --git a/docs/.vitepress/components/sponsors.json b/docs/.vitepress/components/sponsors.json index 206e892e..d8c79dea 100644 --- a/docs/.vitepress/components/sponsors.json +++ b/docs/.vitepress/components/sponsors.json @@ -1,14 +1,14 @@ { "silver": [ { - "href": "https://www.vuemastery.com/", "alt": "VueMastery", + "href": "https://www.vuemastery.com/", "imgSrc": "https://www.vuemastery.com/images/vuemastery.svg" }, { - "imgSrc": "https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-light-text.svg", + "alt": "Vuetify", "href": "https://www.vuetifyjs.com/", - "alt": "Vuetify" + "imgSrc": "https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-light-text.svg" } ] }