File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default defineClientConfig({
4949
5050declare global {
5151 const __VUEPRESS_SSR__ : boolean
52- const _bsa : any ;
52+ const _bsa : any
5353
5454 interface Window {
5555 MonacoEnvironment ?: import ( 'monaco-editor' ) . Environment | undefined
Original file line number Diff line number Diff line change 4848
4949<script setup lang="ts">
5050import { Stopwatch } from ' @sapphire/stopwatch'
51- import {isNullish , isObject , tryParseJSON } from ' @sapphire/utilities'
51+ import { isNullish , isObject , tryParseJSON } from ' @sapphire/utilities'
5252import { reactive } from ' vue'
5353import type FuseTypes from ' ../../../../dist/fuse'
5454import Fuse from ' ../../../../dist/fuse.esm.js'
Original file line number Diff line number Diff line change 55</template >
66
77<script setup lang="ts">
8- import { isNullish } from ' @sapphire/utilities' ;
8+ import { isNullish } from ' @sapphire/utilities'
99import { onMounted , ref , watch } from ' vue'
1010import { useRoute } from ' vue-router'
1111
You can’t perform that action at this time.
0 commit comments