Skip to content

Commit

Permalink
chore: remove dead links (#11173) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Jun 22, 2024
1 parent 220fe24 commit 8c4d7f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/runtime-core/__tests__/apiInject.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
} from '../src/index'
import { createApp, nodeOps, render, serialize } from '@vue/runtime-test'

// reference: https://vue-composition-api-rfc.netlify.com/api.html#provide-inject
describe('api: provide/inject', () => {
it('string keys', () => {
const Provider = {
Expand Down
2 changes: 0 additions & 2 deletions packages/runtime-core/__tests__/apiLifecycle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import {
TriggerOpTypes,
} from '@vue/reactivity'

// reference: https://vue-composition-api-rfc.netlify.com/api.html#lifecycle-hooks

describe('api: lifecycle hooks', () => {
it('onBeforeMount', () => {
const root = nodeOps.createElement('div')
Expand Down
2 changes: 0 additions & 2 deletions packages/runtime-core/__tests__/apiSetupContext.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {
watchEffect,
} from '@vue/runtime-test'

// reference: https://vue-composition-api-rfc.netlify.com/api.html#setup

describe('api: setup context', () => {
it('should expose return values to template render context', () => {
const Comp = defineComponent({
Expand Down
2 changes: 0 additions & 2 deletions packages/runtime-core/__tests__/apiWatch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ import {
triggerRef,
} from '@vue/reactivity'

// reference: https://vue-composition-api-rfc.netlify.com/api.html#watch

describe('api: watch', () => {
it('effect', async () => {
const state = reactive({ count: 0 })
Expand Down
2 changes: 0 additions & 2 deletions packages/runtime-core/__tests__/rendererTemplateRef.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {
shallowRef,
} from '@vue/runtime-test'

// reference: https://vue-composition-api-rfc.netlify.com/api.html#template-refs

describe('api: template refs', () => {
it('string ref mount', () => {
const root = nodeOps.createElement('div')
Expand Down

0 comments on commit 8c4d7f5

Please sign in to comment.