Skip to content

Commit

Permalink
docs: update native js example to import from cdn instead of non-exis…
Browse files Browse the repository at this point in the history
…ting js folder
  • Loading branch information
beenotung committed Nov 2, 2023
1 parent 9e024f1 commit 30fc22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/intro/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
</ul>

<script type="module">
import autoAnimate from './js/autoAnimate.js'
import autoAnimate from 'https://cdn.jsdelivr.net/npm/@formkit/auto-animate'
autoAnimate(document.getElementById('myList'))
</script>

0 comments on commit 30fc22d

Please sign in to comment.