diff --git a/src/guide/typescript/composition-api.md b/src/guide/typescript/composition-api.md
index 69e98b67fe..83e9205257 100644
--- a/src/guide/typescript/composition-api.md
+++ b/src/guide/typescript/composition-api.md
@@ -40,12 +40,14 @@ You can use either type-based declaration OR runtime declaration, but you cannot
We can also move the props types into a separate interface:
```vue
-
+
```