chore: update repo references
This commit is contained in:
@@ -137,7 +137,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
|
||||
message:
|
||||
`config.devtools has been removed. To enable devtools for ` +
|
||||
`production, configure the __VUE_PROD_DEVTOOLS__ compile-time flag.`,
|
||||
link: `https://github.com/vuejs/vue-next/tree/master/packages/vue#bundler-build-feature-flags`
|
||||
link: `https://github.com/vuejs/core/tree/main/packages/vue#bundler-build-feature-flags`
|
||||
},
|
||||
|
||||
[DeprecationTypes.CONFIG_KEY_CODES]: {
|
||||
|
||||
@@ -15,7 +15,7 @@ export type LegacyConfig = {
|
||||
silent?: boolean
|
||||
/**
|
||||
* @deprecated use __VUE_PROD_DEVTOOLS__ compile-time feature flag instead
|
||||
* https://github.com/vuejs/vue-next/tree/master/packages/vue#bundler-build-feature-flags
|
||||
* https://github.com/vuejs/core/tree/main/packages/vue#bundler-build-feature-flags
|
||||
*/
|
||||
devtools?: boolean
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user