Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit a219729

Browse files
committed
fix(v3-template): update ecosystem links to point to next branch
1 parent 516cb31 commit a219729

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/vue-cli-plugin-vuetify/generator/templates/v3/src/components/HelloWorld.js.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ export default {
111111
ecosystem: [
112112
{
113113
text: 'vuetify-loader',
114-
href: 'https://github.com/vuetifyjs/vuetify-loader',
114+
href: 'https://github.com/vuetifyjs/vuetify-loader/tree/next',
115115
},
116116
{
117117
text: 'github',
118-
href: 'https://github.com/vuetifyjs/vuetify',
118+
href: 'https://github.com/vuetifyjs/vuetify/tree/next',
119119
},
120120
{
121121
text: 'awesome-vuetify',

packages/vue-cli-plugin-vuetify/generator/templates/v3/src/components/HelloWorld.ts.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ export default defineComponent({
115115
ecosystem: [
116116
{
117117
text: 'vuetify-loader',
118-
href: 'https://github.com/vuetifyjs/vuetify-loader',
118+
href: 'https://github.com/vuetifyjs/vuetify-loader/tree/next',
119119
},
120120
{
121121
text: 'github',
122-
href: 'https://github.com/vuetifyjs/vuetify',
122+
href: 'https://github.com/vuetifyjs/vuetify/tree/next',
123123
},
124124
{
125125
text: 'awesome-vuetify',

0 commit comments

Comments
 (0)