We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd1669 commit 5eb1521Copy full SHA for 5eb1521
docs/examples/sudoku.md
@@ -5,7 +5,7 @@
5
<script>
6
(async () => {
7
const vue = await import("https://unpkg.com/[email protected]/dist/vue.esm-browser.prod.js");
8
- const atsds = await import("https://unpkg.com/[email protected]-alpha6/dist/tsds.mjs");
+ const atsds = await import("https://unpkg.com/[email protected]/dist/tsds.mjs");
9
const { loadModule } = await import("https://unpkg.com/[email protected]/dist/vue3-sfc-loader.esm.js");
10
11
const options = {
0 commit comments