Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit f16fa71

Browse files
committed
fix: TS issues
1 parent 1935259 commit f16fa71

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

demo/src/App.vue

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<script setup lang="ts">
2-
import {
3-
dereference,
4-
fetchUrlsPlugin,
5-
load,
6-
toJson, // validate,
7-
} from '@scalar/openapi-parser'
2+
import { dereference, fetchUrlsPlugin, load } from '@scalar/openapi-parser'
83
import { watchDebounced } from '@vueuse/core'
94
import { onMounted, ref, watch } from 'vue'
5+
// @ts-ignore
106
import JsonViewer from 'vue-json-viewer'
117
128
const value = ref(

0 commit comments

Comments
 (0)