chore: update repo references

This commit is contained in:
Evan You
2022-01-18 16:43:59 +08:00
parent 9c304bfe79
commit ae4b0783d7
35 changed files with 1464 additions and 1555 deletions

View File

@@ -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({