chore: update repo references
This commit is contained in:
@@ -838,7 +838,7 @@ function testRender(type: string, render: typeof renderToString) {
|
||||
expect(fn2).toBeCalledWith('async child error')
|
||||
})
|
||||
|
||||
// https://github.com/vuejs/vue-next/issues/3322
|
||||
// https://github.com/vuejs/core/issues/3322
|
||||
test('effect onInvalidate does not error', async () => {
|
||||
const noop = () => {}
|
||||
const app = createApp({
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-next.git",
|
||||
"url": "git+https://github.com/vuejs/core.git",
|
||||
"directory": "packages/server-renderer"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -27,9 +27,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/server-renderer#readme",
|
||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/server-renderer#readme",
|
||||
"peerDependencies": {
|
||||
"vue": "3.2.27"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user