File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages-private/template-explorer/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const App = {
44
44
h (
45
45
'a' ,
46
46
{
47
- href : `https://github.com/vuejs/vue /tree/${ __COMMIT__ } ` ,
47
+ href : `https://github.com/vuejs/core /tree/${ __COMMIT__ } ` ,
48
48
target : `_blank` ,
49
49
} ,
50
50
`@${ __COMMIT__ } ` ,
Original file line number Diff line number Diff line change 84
84
},
85
85
"repository" : {
86
86
"type" : " git" ,
87
- "url" : " git+https://github.com/vuejs/vue .git"
87
+ "url" : " git+https://github.com/vuejs/core .git"
88
88
},
89
89
"keywords" : [
90
90
" vue"
91
91
],
92
92
"author" : " Evan You" ,
93
93
"license" : " MIT" ,
94
94
"bugs" : {
95
- "url" : " https://github.com/vuejs/vue /issues"
95
+ "url" : " https://github.com/vuejs/core /issues"
96
96
},
97
- "homepage" : " https://github.com/vuejs/vue /tree/main/packages/vue#readme" ,
97
+ "homepage" : " https://github.com/vuejs/core /tree/main/packages/vue#readme" ,
98
98
"dependencies" : {
99
99
"@vue/shared" : " workspace:*" ,
100
100
"@vue/compiler-dom" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments