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 2750a05 commit a6daffcCopy full SHA for a6daffc
docs/examples/sudoku.md
@@ -21,7 +21,7 @@ The Sudoku solver encodes Sudoku rules as logical inference rules in the DS syst
21
<script>
22
(async () => {
23
const vue = await import("https://unpkg.com/[email protected]/dist/vue.esm-browser.prod.js");
24
- const atsds = await import("https://unpkg.com/[email protected].4/dist/index.mjs");
+ const atsds = await import("https://unpkg.com/[email protected].5/dist/index.mjs");
25
const { loadModule } = await import("https://unpkg.com/[email protected]/dist/vue3-sfc-loader.esm.js");
26
27
const options = {
0 commit comments