diff --git a/docs/markdown/advanced-usage.en-US.md b/docs/markdown/advanced-usage.en-US.md index d208a7a5c..d7744f807 100644 --- a/docs/markdown/advanced-usage.en-US.md +++ b/docs/markdown/advanced-usage.en-US.md @@ -39,6 +39,34 @@ export default { > For more information, please refer to [Vue.js - Component Registration](https://v3.vuejs.org/guide/component-registration.html#component-registration)。 +#### \ + + +``` + +#### JSX/TSX + +Vant components can be used directly in JSX and TSX without component registration. + +```jsx +import { Button } from 'vant'; + +export default { + render() { + return