diff --git a/apps/cientos-docs-vitepress/.vitepress/theme/components/SmokeDemo.vue b/apps/cientos-docs-vitepress/.vitepress/theme/components/SmokeDemo.vue
index a9180fea4..1d296a972 100644
--- a/apps/cientos-docs-vitepress/.vitepress/theme/components/SmokeDemo.vue
+++ b/apps/cientos-docs-vitepress/.vitepress/theme/components/SmokeDemo.vue
@@ -1,8 +1,9 @@
-
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
TresColor | The color of the smoke. - | '#ffffff' | No | |
number | The strength of the opacity. - | 0.5 | No | |
number | The rotation speed of the smoke. - | 0.4 | No | |
number | The base width. - | 10 | No | |
number | The base depth. - | 1.5 | No | |
number | The number of smoke to render. - | 20 | No | |
string | The texture of the smoke. - | default component texture | No | |
boolean | The depthTest. - | true | No |
| Name | Type | Description | Default |
|---|---|---|---|
TresColor | The color of the smoke. + | '#f7f7f7' | |
number | The strength of the opacity. + | 0.5 | |
number | The rotation speed of the smoke. + | 0.4 | |
number | The base depth. + | 0.3 | |
number | The number of smoke to render. + | 10 | |
string | The texture of the smoke. + | link | |
boolean | The depthTest. + | false | |
number | Spread on the Y axis. + | 0.1 | |
number | Spread on the X axis. + | 0.5 | |
number | Scale. + | 1 |