Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Nov 29, 2024
1 parent 3c8e53f commit efb9856
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vitepress/pages/Playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ import { ref, computed, useTemplateRef, nextTick, onMounted, watch, onUnmounted
import { createHighlighterCore } from 'shiki/core';
import type { HighlighterCore, LanguageRegistration } from 'shiki/core';
import { createOnigurumaEngine } from 'shiki/engine/oniguruma';
import { compressToEncodedURIComponent, decompressFromEncodedURIComponent } from 'lz-string';
import lzString from 'lz-string';
import { useThrottle } from '../scripts/throttle';
const { compressToEncodedURIComponent, decompressFromEncodedURIComponent } = lzString;
const fizzbuzz = `for (let i, 100) {
\t<: if (i % 15 == 0) "FizzBuzz"
\t\telif (i % 3 == 0) "Fizz"
Expand Down

0 comments on commit efb9856

Please sign in to comment.