File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,18 +23,18 @@ This adds three magic helpers to use with Alpine JS. ***More to come!***
2323Include the following ` <script> ` tag in the ` <head> ` of your document (before Alpine):
2424
2525``` html
26- <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.3 .x/dist/index.js" ></script >
26+ <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.4 .x/dist/index.js" ></script >
2727```
2828
2929Or only use the specific methods you need:
3030
3131``` html
32- <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.3 .x/dist/component.js" ></script >
33- <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.3 .x/dist/fetch.js" ></script >
34- <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.3 .x/dist/interval.js" ></script >
35- <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.3 .x/dist/range.js" ></script >
36- <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.3 .x/dist/scroll.js" ></script >
37- <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.3 .x/dist/truncate.js" ></script >
32+ <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.4 .x/dist/component.js" ></script >
33+ <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.4 .x/dist/fetch.js" ></script >
34+ <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.4 .x/dist/interval.js" ></script >
35+ <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.4 .x/dist/range.js" ></script >
36+ <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.4 .x/dist/scroll.js" ></script >
37+ <script src =" https://cdn.jsdelivr.net/gh/alpine-collective/alpine-magic-helpers@0.4 .x/dist/truncate.js" ></script >
3838```
3939
4040---
You can’t perform that action at this time.
0 commit comments