From a07f3a599a2dde1753850ec817a3155d7da78108 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:50:31 +0800 Subject: [PATCH] docs: fix broken link of Vue2 official documentation (#22659) * Update transition.md * Update table.md * Update transition.md * Update table.md * Update transition.md * Update table.md * Update table.md * Update transition.md * Update popover.md --- examples/docs/en-US/table.md | 4 ++-- examples/docs/en-US/transition.md | 2 +- examples/docs/es/popover.md | 2 +- examples/docs/es/table.md | 6 +++--- examples/docs/es/transition.md | 2 +- examples/docs/fr-FR/table.md | 4 ++-- examples/docs/fr-FR/transition.md | 2 +- examples/docs/zh-CN/table.md | 2 +- examples/docs/zh-CN/transition.md | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/docs/en-US/table.md b/examples/docs/en-US/table.md index 3d78fe665..0cdcfe537 100644 --- a/examples/docs/en-US/table.md +++ b/examples/docs/en-US/table.md @@ -1088,7 +1088,7 @@ Filter the table to find desired data. ### Custom column template Customize table column so it can be integrated with other components. -:::demo You have access to the following data: row, column, $index and store (state management of Table) by [Scoped slot](https://vuejs.org/v2/guide/components.html#Scoped-Slots). +:::demo You have access to the following data: row, column, $index and store (state management of Table) by [Scoped slot](https://v2.vuejs.org/v2/guide/components-slots#Scoped-Slots). ```html