Skip to content

Commit

Permalink
docs(toast): update cdn version (#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Mar 1, 2023
1 parent 07d1fc9 commit ec9c5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/usage/v6/toast/layout/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ion-app>

<script type="module">
import { toastController } from 'https://cdn.jsdelivr.net/npm/@ionic/core@6.5.3-dev.11676303024.114a8ff3/dist/ionic/index.esm.js';
import { toastController } from 'https://cdn.jsdelivr.net/npm/@ionic/core@6/dist/ionic/index.esm.js';
window.toastController = toastController;
</script>

Expand Down

1 comment on commit ec9c5c6

@vercel
Copy link

@vercel vercel bot commented on ec9c5c6 Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.