Skip to content

Commit 8c4d7f5

Browse files
authored
chore: remove dead links (#11173) [ci skip]
1 parent 220fe24 commit 8c4d7f5

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

packages/runtime-core/__tests__/apiInject.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
} from '../src/index'
1414
import { createApp, nodeOps, render, serialize } from '@vue/runtime-test'
1515

16-
// reference: https://vue-composition-api-rfc.netlify.com/api.html#provide-inject
1716
describe('api: provide/inject', () => {
1817
it('string keys', () => {
1918
const Provider = {

packages/runtime-core/__tests__/apiLifecycle.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import {
2424
TriggerOpTypes,
2525
} from '@vue/reactivity'
2626

27-
// reference: https://vue-composition-api-rfc.netlify.com/api.html#lifecycle-hooks
28-
2927
describe('api: lifecycle hooks', () => {
3028
it('onBeforeMount', () => {
3129
const root = nodeOps.createElement('div')

packages/runtime-core/__tests__/apiSetupContext.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import {
1212
watchEffect,
1313
} from '@vue/runtime-test'
1414

15-
// reference: https://vue-composition-api-rfc.netlify.com/api.html#setup
16-
1715
describe('api: setup context', () => {
1816
it('should expose return values to template render context', () => {
1917
const Comp = defineComponent({

packages/runtime-core/__tests__/apiWatch.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ import {
3535
triggerRef,
3636
} from '@vue/reactivity'
3737

38-
// reference: https://vue-composition-api-rfc.netlify.com/api.html#watch
39-
4038
describe('api: watch', () => {
4139
it('effect', async () => {
4240
const state = reactive({ count: 0 })

packages/runtime-core/__tests__/rendererTemplateRef.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import {
1010
shallowRef,
1111
} from '@vue/runtime-test'
1212

13-
// reference: https://vue-composition-api-rfc.netlify.com/api.html#template-refs
14-
1513
describe('api: template refs', () => {
1614
it('string ref mount', () => {
1715
const root = nodeOps.createElement('div')

0 commit comments

Comments
 (0)