@alpinejs/docs 3.6.1-revision.1 → 3.6.1-revision.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/en/plugins/portal.md +1 -1
package/package.json
CHANGED
package/src/en/plugins/portal.md
CHANGED
|
@@ -24,7 +24,7 @@ You can include the CDN build of this plugin as a `<script>` tag, just make sure
|
|
|
24
24
|
|
|
25
25
|
```alpine
|
|
26
26
|
<!-- Alpine Plugins -->
|
|
27
|
-
<script defer src="https://unpkg.com/@alpinejs/portal@3.6.
|
|
27
|
+
<script defer src="https://unpkg.com/@alpinejs/portal@3.6.1-beta.0/dist/cdn.min.js"></script>
|
|
28
28
|
|
|
29
29
|
<!-- Alpine Core -->
|
|
30
30
|
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
|