Skip to content

Commit 5eb1521

Browse files
committed
Use a stable build of the package in sudoku demo.
1 parent 2fd1669 commit 5eb1521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/sudoku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script>
66
(async () => {
77
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");
8+
const atsds = await import("https://unpkg.com/[email protected]/dist/tsds.mjs");
99
const { loadModule } = await import("https://unpkg.com/[email protected]/dist/vue3-sfc-loader.esm.js");
1010

1111
const options = {

0 commit comments

Comments
 (0)