chore: update repo references
This commit is contained in:
@@ -446,7 +446,7 @@ describe('reactivity/readonly', () => {
|
||||
).toHaveBeenWarned()
|
||||
})
|
||||
|
||||
// https://github.com/vuejs/vue-next/issues/3376
|
||||
// https://github.com/vuejs/core/issues/3376
|
||||
test('calling readonly on computed should allow computed to set its private properties', () => {
|
||||
const r = ref<boolean>(false)
|
||||
const c = computed(() => r.value)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"sideEffects": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-next.git",
|
||||
"url": "git+https://github.com/vuejs/core.git",
|
||||
"directory": "packages/reactivity"
|
||||
},
|
||||
"buildOptions": {
|
||||
@@ -32,9 +32,9 @@
|
||||
"author": "Evan You",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-next/issues"
|
||||
"url": "https://github.com/vuejs/core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme",
|
||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/reactivity#readme",
|
||||
"dependencies": {
|
||||
"@vue/shared": "3.2.27"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user