diff --git a/docs/api/index.md b/docs/api/index.md index c5349f360..99ac3904c 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -1526,7 +1526,9 @@ setData(data: Record): Promise `setData` does not allow setting new properties that are not defined in the component. +::: warning Also, notice that `setData` does not modify composition API `setup()` data. +::: `Component.vue`: