Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit e48e2a4

Browse files
Documentation fixes
1 parent dce1021 commit e48e2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,12 @@ You can also check [nuxt-agile](https://github.com/lukaszflorczak/nuxt-agile) re
362362

363363
## FAQ
364364

365-
**1. How to use component for dynamic content?**
365+
#### 1. Using component with dynamic content
366366

367367
If content changes, you have to use `reload` or in some cases, you can use `key` property: `<agile :key="mySlides.length">...</agile>` (it'll rebuild the carousel after each change of `mySlides` length).
368368

369369

370-
**2. Is IE11 supported?**
370+
#### 2. Support for IE11
371371

372372
Yes, the UMD bundle is built with support for IE11. If you build your app with vue-agile as a dependency yourself be sure you configured babel properly (read more in [vue documentation](https://cli.vuejs.org/guide/browser-compatibility.html#browserslist) or just use my config for [babel](https://github.com/lukaszflorczak/vue-agile/blob/master/babel.config.js)).
373373

0 commit comments

Comments
 (0)