Skip to content

Commit 2a0a597

Browse files
wip(docs): enhance examples
1 parent 29e9d67 commit 2a0a597

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/examples.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,10 @@ In the following example we use a trick to preserve reactivity through the `Vue.
842842
[:top:](#readme)
843843

844844

845-
## Handle remote components
845+
## 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.
846849

847850
<!--example:source:remote_vue_components-->
848851
```html

0 commit comments

Comments
 (0)