We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e9d67 commit 2a0a597Copy full SHA for 2a0a597
docs/examples.md
@@ -842,7 +842,10 @@ In the following example we use a trick to preserve reactivity through the `Vue.
842
[:top:](#readme)
843
844
845
-## Handle remote components
+## Use remote components
846
+
847
+Here we import [vue-calendar-picker](https://github.com/FranckFreiburger/vue-calendar-picker) and also manage the **date-fns** dependent module.
848
+This example use Vue2 because **vue-calendar-picker** is written for Vue2.
849
850
<!--example:source:remote_vue_components-->
851
```html
0 commit comments