Skip to content

Commit f4bc2ca

Browse files
authored
chore: adjust repo name from vue-next to core (#418)
1 parent b86b1a3 commit f4bc2ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default {
166166

167167
## TypeScript
168168

169-
To get TypeScript support for auto-imported components, there is [a PR](https://github.com/vuejs/vue-next/pull/3399) to Vue 3 extending the interface of global components. Currently, [Volar](https://github.com/johnsoncodehk/volar) has supported this usage already. If you are using Volar, you can change the config as following to get the support.
169+
To get TypeScript support for auto-imported components, there is [a PR](https://github.com/vuejs/core/pull/3399) to Vue 3 extending the interface of global components. Currently, [Volar](https://github.com/johnsoncodehk/volar) has supported this usage already. If you are using Volar, you can change the config as following to get the support.
170170

171171
```ts
172172
Components({

src/core/declaration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function generateDeclaration(ctx: Context, root: string, filepath:
5959

6060
const code = `// generated by unplugin-vue-components
6161
// We suggest you to commit this file into source control
62-
// Read more: https://github.com/vuejs/vue-next/pull/3399
62+
// Read more: https://github.com/vuejs/core/pull/3399
6363
import '@vue/runtime-core'
6464
6565
declare module '@vue/runtime-core' {

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export interface Options {
143143
*
144144
* Accept boolean or a path related to project root
145145
*
146-
* @see https://github.com/vuejs/vue-next/pull/3399
146+
* @see https://github.com/vuejs/core/pull/3399
147147
* @see https://github.com/johnsoncodehk/volar#using
148148
* @default true
149149
*/

0 commit comments

Comments
 (0)