From bd5de33f6904c04e178a5b5dfc600a9c9e5e622d Mon Sep 17 00:00:00 2001 From: Radu Suciu Date: Mon, 1 Jul 2024 11:26:33 -0700 Subject: [PATCH] add docs link to new example --- docs/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.json b/docs/config.json index 6243d87d59..a68056d734 100644 --- a/docs/config.json +++ b/docs/config.json @@ -724,6 +724,10 @@ { "to": "framework/vue/examples/sub-components", "label": "Sub Components" + }, + { + "to": "framework/vue/examples/filters", + "label": "Column Filters" } ] }