From 6d4ed04cd21ea05d222dd3a2b489bdff9994c719 Mon Sep 17 00:00:00 2001 From: romanhrynevych Date: Sat, 31 Aug 2024 10:08:02 +0300 Subject: [PATCH] docs(data-table): update `defineModel` --- apps/www/src/content/docs/components/data-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/components/data-table.md b/apps/www/src/content/docs/components/data-table.md index 4b937253..73a4506c 100644 --- a/apps/www/src/content/docs/components/data-table.md +++ b/apps/www/src/content/docs/components/data-table.md @@ -63,7 +63,7 @@ A reactive table was added in `v8.20.0` of the TanStack Table. You can see the [ Relative PR: [Tanstack/table #5687](https://github.com/TanStack/table/pull/5687#issuecomment-2281067245) -If you want to mutate `props.data`, you should use `defineModule`. +If you want to mutate `props.data`, you should use [`defineModel`](https://vuejs.org/api/sfc-script-setup.html#definemodel).