diff --git a/examples/components/footer.vue b/examples/components/footer.vue index c7a34e3a1..88162429c 100644 --- a/examples/components/footer.vue +++ b/examples/components/footer.vue @@ -144,7 +144,7 @@ } img { - size: 100px; + width: 100px; margin: 10px; } } 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