diff --git a/packages/docs/docs/guide/using-vue.md b/packages/docs/docs/guide/using-vue.md
index 923bb30004..d200c45221 100644
--- a/packages/docs/docs/guide/using-vue.md
+++ b/packages/docs/docs/guide/using-vue.md
@@ -26,6 +26,35 @@ export default {
```
+If your module `export default` a Vue component, you can register it dynamically:
+
+```vue
+
+
+
+
+
+```
+
+**Also see:**
+
+- [Vue.js > Dynamic Components](https://vuejs.org/v2/guide/components.html#Dynamic-Components)
+
+
## Templating
### Interpolation